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:
79d2d21
)
i386: Wire up the renameat2() syscall
author
Miklos Szeredi
<mszeredi@suse.cz>
Fri, 11 Apr 2014 10:25:37 +0000
(12:25 +0200)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Fri, 11 Apr 2014 20:59:58 +0000
(13:59 -0700)
The renameat2() system call was only wired up for x86-64.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Link:
http://lkml.kernel.org/r/1397211951-20549-2-git-send-email-miklos@szeredi.hu
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/syscalls/syscall_32.tbl
patch
|
blob
|
history
diff --git
a/arch/x86/syscalls/syscall_32.tbl
b/arch/x86/syscalls/syscall_32.tbl
index 96bc506ac6de7db16e1b0dd7ce161587e60f673c..d6b867921612f69f8800fbf309652ade49170a89 100644
(file)
--- a/
arch/x86/syscalls/syscall_32.tbl
+++ b/
arch/x86/syscalls/syscall_32.tbl
@@
-359,3
+359,4
@@
350 i386 finit_module sys_finit_module
351 i386 sched_setattr sys_sched_setattr
352 i386 sched_getattr sys_sched_getattr
+353 i386 renameat2 sys_renameat2