diff options
Diffstat (limited to 'arch/x86_64/bits/syscall.h')
-rw-r--r-- | arch/x86_64/bits/syscall.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/bits/syscall.h b/arch/x86_64/bits/syscall.h index 7bcb711b..9048273c 100644 --- a/arch/x86_64/bits/syscall.h +++ b/arch/x86_64/bits/syscall.h @@ -314,6 +314,8 @@ #define __NR_finit_module 313 #define __NR_sched_setattr 314 #define __NR_sched_getattr 315 +#define __NR_renameat2 316 + #undef __NR_fstatat #undef __NR_pread @@ -645,6 +647,7 @@ #define SYS_finit_module 313 #define SYS_sched_setattr 314 #define SYS_sched_getattr 315 +#define SYS_renameat2 316 #undef SYS_fstatat #undef SYS_pread |