From 5ea34cb56684081537ee33b2b786d332c91764f4 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 1 May 2020 03:47:02 +0000 Subject: glue layer: added __fs_tmp{file|dir}(), for fast & atomic tmpfs obj creation. --- arch/nt32/bits/syscall.h.in | 3 +++ arch/nt64/bits/syscall.h.in | 3 +++ 2 files changed, 6 insertions(+) (limited to 'arch') 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 -- cgit v1.2.3