diff options
Diffstat (limited to 'src/user/lib/std/stdlib.c')
-rw-r--r-- | src/user/lib/std/stdlib.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/user/lib/std/stdlib.c b/src/user/lib/std/stdlib.c deleted file mode 100644 index 9d46b5c..0000000 --- a/src/user/lib/std/stdlib.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdlib.h> -#include <stdio.h> - -volatile int errno; - -void abort() { - process_exit(100 + errno); -} |