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/exit.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/userspace/libc/unistd/exit.c (limited to 'src/userspace/libc/unistd/exit.c') diff --git a/src/userspace/libc/unistd/exit.c b/src/userspace/libc/unistd/exit.c deleted file mode 100644 index 03b54fe..0000000 --- a/src/userspace/libc/unistd/exit.c +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include - -void exit(u32 code) -{ - syscall_exit(code); - while (1) { - }; -} \ No newline at end of file -- cgit v1.2.3