X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2a49908006b177c4d6354309333d06b1b96e4887..b60166b327a9108b07e3069fa6568a451529ffd9:/lunaix-os/includes/usr/lunaix/syscallid.h?ds=sidebyside diff --git a/lunaix-os/includes/usr/lunaix/syscallid.h b/lunaix-os/includes/usr/lunaix/syscallid.h index cc7ac7a..ce55519 100644 --- a/lunaix-os/includes/usr/lunaix/syscallid.h +++ b/lunaix-os/includes/usr/lunaix/syscallid.h @@ -14,7 +14,7 @@ #define __SYSCALL_sigreturn 11 #define __SYSCALL_sigprocmask 12 -#define __SYSCALL_signal 13 +#define __SYSCALL_sys_sigaction 13 #define __SYSCALL_pause 14 #define __SYSCALL_kill 15 #define __SYSCALL_alarm 16 @@ -63,6 +63,17 @@ #define __SYSCALL_execve 54 +#define __SYSCALL_fstat 55 +#define __SYSCALL_pollctl 56 + +#define __SYSCALL_th_create 57 +#define __SYSCALL_th_self 58 +#define __SYSCALL_th_exit 59 +#define __SYSCALL_th_join 60 +#define __SYSCALL_th_kill 61 +#define __SYSCALL_th_detach 62 +#define __SYSCALL_th_sigmask 63 + #define __SYSCALL_MAX 0x100 #endif /* __LUNAIX_SYSCALLID_H */