aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/uapi/asm/unistd.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-04-23 18:28:55 -0700
committerDavid S. Miller <davem@davemloft.net>2017-04-23 18:28:55 -0700
commitf6ebf0bb1a983a7b60a26acf282975b5da5b3202 (patch)
treed5e26df3b4af027141df0c7dd3859b3c6052aa61 /arch/sparc/include/uapi/asm/unistd.h
parentsparc64: Fill in rest of HAVE_REGS_AND_STACK_ACCESS_API (diff)
downloadlinux-dev-f6ebf0bb1a983a7b60a26acf282975b5da5b3202.tar.xz
linux-dev-f6ebf0bb1a983a7b60a26acf282975b5da5b3202.zip
sparc: Update syscall tables.
Hook up statx. Ignore pkeys system calls, we don't have protection keeys on SPARC. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/uapi/asm/unistd.h')
-rw-r--r--arch/sparc/include/uapi/asm/unistd.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/sparc/include/uapi/asm/unistd.h b/arch/sparc/include/uapi/asm/unistd.h
index 36eee8132c22..ae77df75bffa 100644
--- a/arch/sparc/include/uapi/asm/unistd.h
+++ b/arch/sparc/include/uapi/asm/unistd.h
@@ -425,8 +425,9 @@
#define __NR_copy_file_range 357
#define __NR_preadv2 358
#define __NR_pwritev2 359
+#define __NR_statx 360
-#define NR_syscalls 360
+#define NR_syscalls 361
/* Bitmask values returned from kern_features system call. */
#define KERN_FEATURE_MIXED_MODE_STACK 0x00000001
@@ -442,4 +443,9 @@
#define __IGNORE_getresgid
#endif
+/* Sparc doesn't have protection keys. */
+#define __IGNORE_pkey_mprotect
+#define __IGNORE_pkey_alloc
+#define __IGNORE_pkey_free
+
#endif /* _UAPI_SPARC_UNISTD_H */