aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/inc/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libc/inc/crypto.h')
-rw-r--r--libs/libc/inc/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libc/inc/crypto.h b/libs/libc/inc/crypto.h
index a67bb97..b672c50 100644
--- a/libs/libc/inc/crypto.h
+++ b/libs/libc/inc/crypto.h
@@ -9,7 +9,7 @@ void md5(const void *initial_msg, u32 initial_len, u8 digest[16]) NONNULL;
u32 crc32(u32 crc, const void *buf, u32 size) NONNULL;
#ifdef KERNEL
-INLINE u32 crc32_user(u32 crc, const void *buf, u32 size) NONNULL;
+u32 crc32_user(u32 crc, const void *buf, u32 size) NONNULL;
#endif
#endif