From 1a21693e16a3f3d10f41c486b97fbecb53dd2087 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 28 Jun 2023 21:22:14 +0000 Subject: Update syscall lists for Linux 6.4 Linux 6.4 adds the riscv_hwprobe syscall on riscv and enables memfd_secret on s390. 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 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/s390/s390-32') 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 5702510..2288f20 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h @@ -178,6 +178,7 @@ #define __NR_mbind 268 #define __NR_membarrier 356 #define __NR_memfd_create 350 +#define __NR_memfd_secret 447 #define __NR_migrate_pages 287 #define __NR_mincore 218 #define __NR_mkdir 39 -- cgit v1.1