From f3c7d7fbdea1f2bac81909116ddb747a1f8abdf5 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Wed, 22 Nov 2023 00:47:55 +0100 Subject: Meta: Cleanup of header files such that they are partially shared The /include directory contains definitons that both the kernel and libc need to be in sync. --- userland/libc/include/stdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'userland/libc/include/stdlib.h') diff --git a/userland/libc/include/stdlib.h b/userland/libc/include/stdlib.h index c88f2f3..0c3d0f4 100644 --- a/userland/libc/include/stdlib.h +++ b/userland/libc/include/stdlib.h @@ -29,4 +29,5 @@ int system(const char *command); double atof(const char *str); double strtod(const char *restrict nptr, char **restrict endptr); int atoi(const char *str); +char *realpath(const char *filename, char *resolvedname); #endif -- cgit v1.2.3