diff options
Diffstat (limited to 'src/user/lib/include/unistd.h')
-rw-r--r-- | src/user/lib/include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/lib/include/unistd.h b/src/user/lib/include/unistd.h index 4a30298..b825e45 100644 --- a/src/user/lib/include/unistd.h +++ b/src/user/lib/include/unistd.h @@ -3,3 +3,4 @@ int fork(void); int close(handle_t h); +_Noreturn void exit(int); |