From e1a6ed079303dc7d218f1d5326a13b6755781271 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 13 May 2020 21:28:03 +0200 Subject: Fixed exit in unistd instead of stdlib --- src/userspace/libc/unistd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/userspace/libc/unistd.h') diff --git a/src/userspace/libc/unistd.h b/src/userspace/libc/unistd.h index 7610eb5..efe25c7 100644 --- a/src/userspace/libc/unistd.h +++ b/src/userspace/libc/unistd.h @@ -7,8 +7,6 @@ u32 exec(char *path); u32 spawn(char *path); -void exit(u32 code); - u32 get_pid(); u32 read(char *path, u32 offset, u32 count, u8 *buf); -- cgit v1.2.3