diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-07-09 07:27:07 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-07-09 07:27:07 -0400 |
commit | 08e6bbda0b483268822e3461f1bb82d6c80d2de5 (patch) | |
tree | 90408927b7d18953c4dbe858fb9837ea9ccb5c16 /arch/microblaze/include/uapi/asm | |
parent | cfa1481a4073760aeaf83f4cd5e9602a35f8082f (diff) |
microblaze: Wire-up renameat2 syscall
Add new renameat2 syscall.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/uapi/asm')
-rw-r--r-- | arch/microblaze/include/uapi/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/include/uapi/asm/unistd.h b/arch/microblaze/include/uapi/asm/unistd.h index 8d0791b49b31..4e1ddc930a68 100644 --- a/arch/microblaze/include/uapi/asm/unistd.h +++ b/arch/microblaze/include/uapi/asm/unistd.h | |||
@@ -398,5 +398,6 @@ | |||
398 | #define __NR_finit_module 380 | 398 | #define __NR_finit_module 380 |
399 | #define __NR_sched_setattr 381 | 399 | #define __NR_sched_setattr 381 |
400 | #define __NR_sched_getattr 382 | 400 | #define __NR_sched_getattr 382 |
401 | #define __NR_renameat2 383 | ||
401 | 402 | ||
402 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ | 403 | #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ |