diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-06-28 21:22:14 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-06-28 21:22:14 +0000 |
commit | 1a21693e16a3f3d10f41c486b97fbecb53dd2087 (patch) | |
tree | 07936fa6c251d6a3eed774669ba05737cd50683f /sysdeps/unix/sysv/linux/riscv | |
parent | d35fbd3e684e6bb5e5ec452ad8dac6ada8424bdd (diff) | |
download | glibc-1a21693e16a3f3d10f41c486b97fbecb53dd2087.tar.gz glibc-1a21693e16a3f3d10f41c486b97fbecb53dd2087.tar.xz glibc-1a21693e16a3f3d10f41c486b97fbecb53dd2087.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h b/sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h index 202520ee25..2416e041c8 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h @@ -198,6 +198,7 @@ #define __NR_request_key 218 #define __NR_restart_syscall 128 #define __NR_riscv_flush_icache 259 +#define __NR_riscv_hwprobe 258 #define __NR_rseq 293 #define __NR_rt_sigaction 134 #define __NR_rt_sigpending 136 diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h b/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h index 4e65f337d4..a32bc82f60 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h @@ -205,6 +205,7 @@ #define __NR_request_key 218 #define __NR_restart_syscall 128 #define __NR_riscv_flush_icache 259 +#define __NR_riscv_hwprobe 258 #define __NR_rseq 293 #define __NR_rt_sigaction 134 #define __NR_rt_sigpending 136 |