Skip to content

Commit

Permalink
missing: add renameat2() definition for 64bit arm
Browse files Browse the repository at this point in the history
Following a similar commit in casync:

systemd/casync#10
  • Loading branch information
poettering committed Feb 17, 2017
1 parent e4363cd commit 1b426b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/basic/missing_syscall.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ static inline pid_t raw_getpid(void) {
# define __NR_renameat2 316
# elif defined __arm__
# define __NR_renameat2 382
# elif defined __aarch64__
# define __NR_renameat2 276
# elif defined _MIPS_SIM
# if _MIPS_SIM == _MIPS_SIM_ABI32
# define __NR_renameat2 4351
Expand Down

0 comments on commit 1b426b2

Please sign in to comment.