提交 08e6bbda 编写于 作者: M Michal Simek

microblaze: Wire-up renameat2 syscall

Add new renameat2 syscall.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 cfa1481a
......@@ -398,5 +398,6 @@
#define __NR_finit_module 380
#define __NR_sched_setattr 381
#define __NR_sched_getattr 382
#define __NR_renameat2 383
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
......@@ -383,3 +383,4 @@ ENTRY(sys_call_table)
.long sys_finit_module /* 380 */
.long sys_sched_setattr
.long sys_sched_getattr
.long sys_renameat2
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册