projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f6091
)
sh: add statx system call
author
Arnd Bergmann
<arnd@arndb.de>
Sun, 30 Dec 2018 22:04:30 +0000
(23:04 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 25 Jan 2019 16:22:50 +0000
(17:22 +0100)
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>
arch/sh/kernel/syscalls/syscall.tbl
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/syscalls/syscall.tbl
b/arch/sh/kernel/syscalls/syscall.tbl
index 21ec7528856235655655f7c2dcf16509a1958e96..a70db013dbc7700a22e54d49e90b27ccfdd52970 100644
(file)
--- 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