diff options
author | Andreas Schwab <schwab@suse.de> | 2021-02-21 21:15:30 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2021-03-07 15:42:45 +0100 |
commit | 66ea7d034284cf0f0a705a51517a9d05e67765cc (patch) | |
tree | 471177b7a61d0569f307d812ad635c334c42e593 | |
parent | 6802ea71f4110071f7b4ed4fff9d66b392d596d1 (diff) | |
download | glibc-66ea7d034284cf0f0a705a51517a9d05e67765cc.zip glibc-66ea7d034284cf0f0a705a51517a9d05e67765cc.tar.gz glibc-66ea7d034284cf0f0a705a51517a9d05e67765cc.tar.bz2 |
aarch64: update ILP32 arch-syscall.h
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h b/sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h index 01a48bd..a0487ef 100644 --- a/sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/arch-syscall.h @@ -24,6 +24,7 @@ #define __NR_clone 220 #define __NR_clone3 435 #define __NR_close 57 +#define __NR_close_range 436 #define __NR_connect 203 #define __NR_copy_file_range 285 #define __NR_delete_module 106 @@ -38,6 +39,7 @@ #define __NR_exit 93 #define __NR_exit_group 94 #define __NR_faccessat 48 +#define __NR_faccessat2 439 #define __NR_fadvise64_64 223 #define __NR_fallocate 47 #define __NR_fanotify_init 262 @@ -181,6 +183,7 @@ #define __NR_preadv 69 #define __NR_preadv2 286 #define __NR_prlimit64 261 +#define __NR_process_madvise 440 #define __NR_process_vm_readv 270 #define __NR_process_vm_writev 271 #define __NR_pselect6 72 |