diff options
author | midipix <writeonce@midipix.org> | 2020-05-01 03:47:02 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-01 19:03:04 +0000 |
commit | 5ea34cb56684081537ee33b2b786d332c91764f4 (patch) | |
tree | f3c1e9b9b6cfc0ebca304ab8e1bbef9a7d6f9209 /arch | |
parent | 8524cb9777da57ee070d5971e9426165daf96fb2 (diff) | |
download | mmglue-5ea34cb56684081537ee33b2b786d332c91764f4.tar.bz2 mmglue-5ea34cb56684081537ee33b2b786d332c91764f4.tar.xz |
glue layer: added __fs_tmp{file|dir}(), for fast & atomic tmpfs obj creation.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/bits/syscall.h.in | 3 | ||||
-rw-r--r-- | arch/nt64/bits/syscall.h.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/nt32/bits/syscall.h.in b/arch/nt32/bits/syscall.h.in index b9f9820..0383742 100644 --- a/arch/nt32/bits/syscall.h.in +++ b/arch/nt32/bits/syscall.h.in @@ -347,6 +347,9 @@ #define __NR_fs_mkdir 358 #define __NR_fs_chmod 359 +#define __NR_fs_tmpfile 360 +#define __NR_fs_tmpdir 361 + #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 b9f9820..0383742 100644 --- a/arch/nt64/bits/syscall.h.in +++ b/arch/nt64/bits/syscall.h.in @@ -347,6 +347,9 @@ #define __NR_fs_mkdir 358 #define __NR_fs_chmod 359 +#define __NR_fs_tmpfile 360 +#define __NR_fs_tmpdir 361 + #define __NR_dbg_attach 368 #define __NR_dbg_detach 369 |