diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-10-23 16:31:11 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-10-23 16:31:11 +0000 |
commit | dac8713629c8736a60aebec2f01657e46baa4c73 (patch) | |
tree | 4561e4e05f2e4f1fe0c169f3c98c2b74a023f312 /sysdeps/unix/sysv/linux/ia64 | |
parent | f6032247061fb37d59565f2e9667e242c8a98e76 (diff) | |
download | glibc-dac8713629c8736a60aebec2f01657e46baa4c73.tar glibc-dac8713629c8736a60aebec2f01657e46baa4c73.tar.gz glibc-dac8713629c8736a60aebec2f01657e46baa4c73.tar.bz2 glibc-dac8713629c8736a60aebec2f01657e46baa4c73.zip |
Update syscall lists for Linux 5.9.
Linux 5.9 has one new syscall, close_range. Update syscall-names.list
and regenerate the arch-syscall.h headers with build-many-glibcs.py
update-syscalls.
Tested with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/arch-syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/arch-syscall.h b/sysdeps/unix/sysv/linux/ia64/arch-syscall.h index 50405e4d04..39d115d926 100644 --- a/sysdeps/unix/sysv/linux/ia64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/ia64/arch-syscall.h @@ -25,6 +25,7 @@ #define __NR_clone 1128 #define __NR_clone2 1213 #define __NR_close 1029 +#define __NR_close_range 1460 #define __NR_connect 1192 #define __NR_copy_file_range 1347 #define __NR_creat 1030 |