X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/5be90ccccd441b1a38dbbf4fc99c7375cede8d8d..61a1daa59589212608039e2734009870818bacd3:/lunaix-os/includes/lunaix/syscall.h diff --git a/lunaix-os/includes/lunaix/syscall.h b/lunaix-os/includes/lunaix/syscall.h index 30941f6..98f5585 100644 --- a/lunaix-os/includes/lunaix/syscall.h +++ b/lunaix-os/includes/lunaix/syscall.h @@ -41,6 +41,18 @@ #define __SYSCALL_fsync 33 #define __SYSCALL_dup 34 #define __SYSCALL_dup2 35 +#define __SYSCALL_realpathat 36 +#define __SYSCALL_symlink 37 +#define __SYSCALL_chdir 38 +#define __SYSCALL_fchdir 39 +#define __SYSCALL_getcwd 40 +#define __SYSCALL_rename 41 +#define __SYSCALL_mount 42 +#define __SYSCALL_unmount 43 +#define __SYSCALL_getxattr 44 +#define __SYSCALL_setxattr 45 +#define __SYSCALL_fgetxattr 46 +#define __SYSCALL_fsetxattr 47 #define __SYSCALL_MAX 0x100