From e788beaf093bfafecd6b4456b984bd927c18987a Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 3 Apr 2020 18:07:55 +0000 Subject: Update syscall lists for Linux 5.6. Linux 5.6 has new openat2 and pidfd_getfd syscalls. This patch adds them to syscall-names.list and regenerates the arch-syscall.h files. Tested with build-many-glibcs.py. --- sysdeps/unix/sysv/linux/alpha/arch-syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/alpha') diff --git a/sysdeps/unix/sysv/linux/alpha/arch-syscall.h b/sysdeps/unix/sysv/linux/alpha/arch-syscall.h index 5c8f92c813..97db195b7c 100644 --- a/sysdeps/unix/sysv/linux/alpha/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/alpha/arch-syscall.h @@ -188,6 +188,7 @@ #define __NR_open_by_handle_at 498 #define __NR_open_tree 538 #define __NR_openat 450 +#define __NR_openat2 547 #define __NR_osf_adjtime 140 #define __NR_osf_afs_syscall 258 #define __NR_osf_alt_plock 181 @@ -303,6 +304,7 @@ #define __NR_pciconfig_write 346 #define __NR_perf_event_open 493 #define __NR_personality 324 +#define __NR_pidfd_getfd 548 #define __NR_pidfd_open 544 #define __NR_pidfd_send_signal 534 #define __NR_pipe 42 -- cgit 1.4.1