From 1cfb4715288845ebc55ad664421b48b32de9599c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 7 Aug 2020 14:38:43 +0000 Subject: Update syscall lists for Linux 5.8. Linux 5.8 has one new syscall, faccessat2. 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/s390/s390-32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h | 1 + 2 files changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/s390') diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h b/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h index 92210b6137..18a8ed1b00 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h @@ -53,6 +53,7 @@ #define __NR_exit 1 #define __NR_exit_group 248 #define __NR_faccessat 300 +#define __NR_faccessat2 439 #define __NR_fadvise64 253 #define __NR_fadvise64_64 264 #define __NR_fallocate 314 diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h b/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h index af031e9734..d59248e2b2 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h @@ -45,6 +45,7 @@ #define __NR_exit 1 #define __NR_exit_group 248 #define __NR_faccessat 300 +#define __NR_faccessat2 439 #define __NR_fadvise64 253 #define __NR_fallocate 314 #define __NR_fanotify_init 332 -- cgit v1.2.3-70-g09d2