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:
40732b3
)
arm64: add renameat2 compat syscall
author
Miklos Szeredi
<mszeredi@suse.cz>
Fri, 11 Apr 2014 10:25:41 +0000
(11:25 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 23 Apr 2014 09:22:33 +0000
(10:22 +0100)
Wire up the renameat2 syscall for compat (AArch32) applications.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/unistd32.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/unistd32.h
b/arch/arm64/include/asm/unistd32.h
index faa0e1ce59dfd1553ec598a57f2c96567a3a4333..c8d8fc17bd5a6bb6def9c878acae69fbb7bee359 100644
(file)
--- a/
arch/arm64/include/asm/unistd32.h
+++ b/
arch/arm64/include/asm/unistd32.h
@@
-403,8
+403,9
@@
__SYSCALL(378, sys_kcmp)
__SYSCALL(379, sys_finit_module)
__SYSCALL(380, sys_sched_setattr)
__SYSCALL(381, sys_sched_getattr)
+__SYSCALL(382, sys_renameat2)
-#define __NR_compat_syscalls 38
2
+#define __NR_compat_syscalls 38
3
/*
* Compat syscall numbers used by the AArch64 kernel.