Skip to content

Commit

Permalink
arm64: add renameat2 compat syscall
Browse files Browse the repository at this point in the history
Wire up the renameat2 syscall for compat (AArch32) applications.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Miklos Szeredi authored and Catalin Marinas committed Apr 23, 2014
1 parent 40732b3 commit c46a98a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/include/asm/unistd32.h
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,9 @@ __SYSCALL(378, sys_kcmp)
__SYSCALL(379, sys_finit_module)
__SYSCALL(380, sys_sched_setattr)
__SYSCALL(381, sys_sched_getattr)
__SYSCALL(382, sys_renameat2)

#define __NR_compat_syscalls 382
#define __NR_compat_syscalls 383

/*
* Compat syscall numbers used by the AArch64 kernel.
Expand Down

0 comments on commit c46a98a

Please sign in to comment.