aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-12-30 23:04:30 +0100
committerArnd Bergmann <arnd@arndb.de>2019-01-25 17:22:50 +0100
commitd25a122afd4374071bb8489a980051da37136ee1 (patch)
treef8f65830db1a38f2dc2c7212acf528acb86a03a4
parentsh: remove duplicate unistd_32.h file (diff)
downloadlinux-dev-d25a122afd4374071bb8489a980051da37136ee1.tar.xz
linux-dev-d25a122afd4374071bb8489a980051da37136ee1.zip
sh: add statx system call
statx is available on almost all other architectures but got missed on sh, so add it now. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/sh/kernel/syscalls/syscall.tbl1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls/syscall.tbl b/arch/sh/kernel/syscalls/syscall.tbl
index 21ec75288562..a70db013dbc7 100644
--- a/arch/sh/kernel/syscalls/syscall.tbl
+++ b/arch/sh/kernel/syscalls/syscall.tbl
@@ -390,3 +390,4 @@
380 common copy_file_range sys_copy_file_range
381 common preadv2 sys_preadv2
382 common pwritev2 sys_pwritev2
+383 common statx sys_statx