diff options
author | Marvin Borner | 2021-04-02 16:17:50 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-02 16:17:50 +0200 |
commit | b62b9d1f33a4911feb9f318ece0c1565f27abf8d (patch) | |
tree | aecea9f7b5bf651b584911cf90c61258b9564556 /libs/libc/inc/print.h | |
parent | d055495f3dbb62f74809d31a84621d6e86d61d0a (diff) |
Replaced target macros
Diffstat (limited to 'libs/libc/inc/print.h')
-rw-r--r-- | libs/libc/inc/print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libc/inc/print.h b/libs/libc/inc/print.h index 751a929..c0d864e 100644 --- a/libs/libc/inc/print.h +++ b/libs/libc/inc/print.h @@ -13,7 +13,7 @@ int vsnprintf(char *str, u32 size, const char *format, va_list ap) NONNULL; int print(const char *str) NONNULL; NORETURN void panic(const char *format, ...) NONNULL; -#ifdef userspace +#ifdef USER int vfprintf(const char *path, const char *format, va_list ap) NONNULL; int fprintf(const char *path, const char *format, ...) NONNULL; int log(const char *format, ...) NONNULL; |