diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-02 03:24:27 +0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-02 03:24:27 +0400 |
commit | 8212f58a9b151d842fa60a70f354e43c61fad839 (patch) | |
tree | b7466d2ac62b2fed6cd4c534dee030c937d70e7f /arch/powerpc/include/uapi/asm/unistd.h | |
parent | 011e4b02f1da156ac7fea28a9da878f3c23af739 (diff) | |
download | linux-8212f58a9b151d842fa60a70f354e43c61fad839.tar.xz |
powerpc: Wire renameat2() syscall
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/uapi/asm/unistd.h')
-rw-r--r-- | arch/powerpc/include/uapi/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/unistd.h b/arch/powerpc/include/uapi/asm/unistd.h index 881bf2e2560d..2d526f7b48da 100644 --- a/arch/powerpc/include/uapi/asm/unistd.h +++ b/arch/powerpc/include/uapi/asm/unistd.h @@ -379,5 +379,6 @@ #define __NR_kcmp 354 #define __NR_sched_setattr 355 #define __NR_sched_getattr 356 +#define __NR_renameat2 357 #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */ |