aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/unicore32
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-24 15:24:37 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-24 15:24:37 -0700
commitd04f90ffecb7f6d7358197d7544f5536b6d4d8cc (patch)
tree304b7d46e6f378171310e5a00495dd92e9d9b6e7 /arch/unicore32
parentMerge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux (diff)
parentasm-generic: Drop renameat syscall from default list (diff)
downloadwireguard-linux-d04f90ffecb7f6d7358197d7544f5536b6d4d8cc.tar.xz
wireguard-linux-d04f90ffecb7f6d7358197d7544f5536b6d4d8cc.zip
Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Pull asm-generic cleanup from Arnd Bergmann: "I have only one patch for asm-generic in this release, this one is from James Hogan and updates the generic system call table for renameat2 so we don't need to provide both renameat and renameat2 in newly added architectures" * tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: asm-generic: Drop renameat syscall from default list
Diffstat (limited to 'arch/unicore32')
-rw-r--r--arch/unicore32/include/uapi/asm/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/unicore32/include/uapi/asm/unistd.h b/arch/unicore32/include/uapi/asm/unistd.h
index d4cc4559d848..1f63c476528e 100644
--- a/arch/unicore32/include/uapi/asm/unistd.h
+++ b/arch/unicore32/include/uapi/asm/unistd.h
@@ -10,6 +10,8 @@
* published by the Free Software Foundation.
*/
+#define __ARCH_WANT_RENAMEAT
+
/* Use the standard ABI for syscalls. */
#include <asm-generic/unistd.h>
#define __ARCH_WANT_SYS_CLONE