From dac8713629c8736a60aebec2f01657e46baa4c73 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 23 Oct 2020 16:31:11 +0000 Subject: 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. --- sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/x86_64/64') diff --git a/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h b/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h index 8dc0062a53..ec5863efd5 100644 --- a/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h @@ -26,6 +26,7 @@ #define __NR_clone 56 #define __NR_clone3 435 #define __NR_close 3 +#define __NR_close_range 436 #define __NR_connect 42 #define __NR_copy_file_range 326 #define __NR_creat 85 -- cgit 1.4.1