X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/87067c7f16425837971f5c1b5fd0fc5338757377..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 d388e12..ce55519 100644 --- a/lunaix-os/includes/usr/lunaix/syscallid.h +++ b/lunaix-os/includes/usr/lunaix/syscallid.h @@ -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 */