[USER] Exit and wait syscalls

This commit is contained in:
2017-02-24 15:30:45 +01:00
parent 5e4946e8e4
commit e3e661e7e5
6 changed files with 76 additions and 9 deletions

View File

@@ -43,3 +43,5 @@ typedef long (*syscall_handler_t)(long num, long, long, long, long, long, long);
SYSCALL_DECL(write);
SYSCALL_DECL(brk);
SYSCALL_DECL(fork);
SYSCALL_DECL(exit);
SYSCALL_DECL(wait);