diff options
Diffstat (limited to 'lib/jlibc/stdlib')
-rw-r--r-- | lib/jlibc/stdlib/exit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/jlibc/stdlib/exit.c b/lib/jlibc/stdlib/exit.c new file mode 100644 index 0000000..225f74e --- /dev/null +++ b/lib/jlibc/stdlib/exit.c @@ -0,0 +1,5 @@ +__attribute__((noreturn)) +void exit(int status) +{ + +} |