X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/92f6e64a6da763c45ff9f4ab5eafcab3d8766dcb..b60166b327a9108b07e3069fa6568a451529ffd9:/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..ce55519 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_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 */