diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/bits/syscall.h.in | 6 | ||||
-rw-r--r-- | arch/nt64/bits/syscall.h.in | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/arch/nt32/bits/syscall.h.in b/arch/nt32/bits/syscall.h.in index 3a5127a..b9f9820 100644 --- a/arch/nt32/bits/syscall.h.in +++ b/arch/nt32/bits/syscall.h.in @@ -341,6 +341,12 @@ #define __NR_fs_npath 354 #define __NR_fs_dpath 355 +#define __NR_fs_nstat 356 +#define __NR_fs_qstat 357 + +#define __NR_fs_mkdir 358 +#define __NR_fs_chmod 359 + #define __NR_dbg_attach 368 #define __NR_dbg_detach 369 diff --git a/arch/nt64/bits/syscall.h.in b/arch/nt64/bits/syscall.h.in index 3a5127a..b9f9820 100644 --- a/arch/nt64/bits/syscall.h.in +++ b/arch/nt64/bits/syscall.h.in @@ -341,6 +341,12 @@ #define __NR_fs_npath 354 #define __NR_fs_dpath 355 +#define __NR_fs_nstat 356 +#define __NR_fs_qstat 357 + +#define __NR_fs_mkdir 358 +#define __NR_fs_chmod 359 + #define __NR_dbg_attach 368 #define __NR_dbg_detach 369 |