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/arm/arch-syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/arm/arch-syscall.h') diff --git a/sysdeps/unix/sysv/linux/arm/arch-syscall.h b/sysdeps/unix/sysv/linux/arm/arch-syscall.h index 42ea0fda16..2a959fb4ab 100644 --- a/sysdeps/unix/sysv/linux/arm/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/arm/arch-syscall.h @@ -35,6 +35,7 @@ #define __NR_clone 120 #define __NR_clone3 435 #define __NR_close 6 +#define __NR_close_range 436 #define __NR_connect 283 #define __NR_copy_file_range 391 #define __NR_creat 8 -- cgit 1.4.1