[USER] Fork syscall

This commit is contained in:
2017-02-21 15:10:47 +01:00
parent a2cba95346
commit 5e4946e8e4
6 changed files with 63 additions and 10 deletions

View File

@@ -42,3 +42,4 @@ typedef long (*syscall_handler_t)(long num, long, long, long, long, long, long);
SYSCALL_DECL(write);
SYSCALL_DECL(brk);
SYSCALL_DECL(fork);