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:
3ca976a
)
asm-generic: Add renameat2 syscall
author
James Hogan
<
[email protected]
>
Wed, 23 Apr 2014 10:08:05 +0000
(11:08 +0100)
committer
Miklos Szeredi
<
[email protected]
>
Tue, 20 May 2014 08:59:38 +0000
(10:59 +0200)
Add the renameat2 syscall to the generic syscall list, which is used by the
following architectures: arc, arm64, c6x, hexagon, metag, openrisc, score,
tile, unicore32.
Signed-off-by: James Hogan <
[email protected]
>
Acked-by: Arnd Bergmann <
[email protected]
>
Signed-off-by: Miklos Szeredi <
[email protected]
>
Cc:
[email protected]
Cc: Vineet Gupta <
[email protected]
>
Cc: Catalin Marinas <
[email protected]
>
Cc: Will Deacon <
[email protected]
>
Cc:
[email protected]
Cc: Mark Salter <
[email protected]
>
Cc: Aurelien Jacquiot <
[email protected]
>
Cc: Richard Kuo <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc: Jonas Bonn <
[email protected]
>
Cc: Chen Liqin <
[email protected]
>
Cc: Lennox Wu <
[email protected]
>
Cc: Chris Metcalf <
[email protected]
>
Cc: Guan Xuetao <
[email protected]
>
include/uapi/asm-generic/unistd.h
patch
|
blob
|
history
diff --git
a/include/uapi/asm-generic/unistd.h
b/include/uapi/asm-generic/unistd.h
index 6db66783d268d9a286a86b836c9277bd89f5ac13..3336406080874bf2bd06cb1f0563aea6d8e56650 100644
(file)
--- a/
include/uapi/asm-generic/unistd.h
+++ b/
include/uapi/asm-generic/unistd.h
@@
-697,9
+697,11
@@
__SYSCALL(__NR_finit_module, sys_finit_module)
__SYSCALL(__NR_sched_setattr, sys_sched_setattr)
#define __NR_sched_getattr 275
__SYSCALL(__NR_sched_getattr, sys_sched_getattr)
+#define __NR_renameat2 276
+__SYSCALL(__NR_renameat2, sys_renameat2)
#undef __NR_syscalls
-#define __NR_syscalls 27
6
+#define __NR_syscalls 27
7
/*
* All syscalls below here should go away really,