From 298aaf63f15350e6248d5a96e8c6a63b0ec93e0f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 20 May 2021 20:41:24 +0200 Subject: Major restructuring --- libs/libc/str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/libc/str.c') diff --git a/libs/libc/str.c b/libs/libc/str.c index 9a30e92..9e1bb2f 100644 --- a/libs/libc/str.c +++ b/libs/libc/str.c @@ -231,7 +231,7 @@ const char *strerror(u32 error) #ifdef KERNEL -#include +#include u32 strlen_user(const char *str) { -- cgit v1.2.3