X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/6f6da1abb22dff69dbb710bd2fd9d95f083f2b43..5aac681ee637d268960316d121129f95591339da:/lunaix-os/includes/usr/lunaix/syscallid.h diff --git a/lunaix-os/includes/usr/lunaix/syscallid.h b/lunaix-os/includes/usr/lunaix/syscallid.h index aa1180d..ce55519 100644 --- a/lunaix-os/includes/usr/lunaix/syscallid.h +++ b/lunaix-os/includes/usr/lunaix/syscallid.h @@ -64,6 +64,15 @@ #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