projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e640cc3
)
xtensa: wire up statx system call
author
Max Filippov
<jcmvbkbc@gmail.com>
Fri, 31 Mar 2017 23:26:21 +0000
(16:26 -0700)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Fri, 31 Mar 2017 23:26:21 +0000
(16:26 -0700)
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/uapi/asm/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/xtensa/include/uapi/asm/unistd.h
b/arch/xtensa/include/uapi/asm/unistd.h
index cd400af4a6b25597756cda04826278fea75ecf33..6be7eb27fd29d68b7c3a13643f628b7f2ae40c57 100644
(file)
--- a/
arch/xtensa/include/uapi/asm/unistd.h
+++ b/
arch/xtensa/include/uapi/asm/unistd.h
@@
-774,7
+774,10
@@
__SYSCALL(349, sys_pkey_alloc, 2)
#define __NR_pkey_free 350
__SYSCALL(350, sys_pkey_free, 1)
-#define __NR_syscall_count 351
+#define __NR_statx 351
+__SYSCALL(351, sys_statx, 5)
+
+#define __NR_syscall_count 352
/*
* sysxtensa syscall handler