From b62b9d1f33a4911feb9f318ece0c1565f27abf8d Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 2 Apr 2021 16:17:50 +0200 Subject: Replaced target macros --- libs/libc/alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/libc/alloc.c') diff --git a/libs/libc/alloc.c b/libs/libc/alloc.c index 928a519..02e30eb 100644 --- a/libs/libc/alloc.c +++ b/libs/libc/alloc.c @@ -5,7 +5,7 @@ #include #include -#ifdef kernel +#ifdef KERNEL #include @@ -379,7 +379,7 @@ static void *_realloc(void *ptr, u32 size) return new_ptr; } -#ifdef kernel +#ifdef KERNEL #define PREFIX "K" #define FUNC printf #else -- cgit v1.2.3