X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/78cd005fac540973751b5a108c37a715bc64b5a2..ec4ff182252b6d7b3cb81f4fa783c5348a6c30fd:/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 ddf396b..7e995f1 100644 --- a/lunaix-os/includes/usr/lunaix/syscallid.h +++ b/lunaix-os/includes/usr/lunaix/syscallid.h @@ -66,6 +66,14 @@ #define __SYSCALL_fstat 55 #define __SYSCALL_pollctl 56 -#define __SYSCALL_MAX 0x100 +#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 0x200 #endif /* __LUNAIX_SYSCALLID_H */