mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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.
This commit is contained in:
parent
d35fbd3e68
commit
1a21693e16
5 changed files with 7 additions and 2 deletions
|
@ -198,6 +198,7 @@
|
||||||
#define __NR_request_key 218
|
#define __NR_request_key 218
|
||||||
#define __NR_restart_syscall 128
|
#define __NR_restart_syscall 128
|
||||||
#define __NR_riscv_flush_icache 259
|
#define __NR_riscv_flush_icache 259
|
||||||
|
#define __NR_riscv_hwprobe 258
|
||||||
#define __NR_rseq 293
|
#define __NR_rseq 293
|
||||||
#define __NR_rt_sigaction 134
|
#define __NR_rt_sigaction 134
|
||||||
#define __NR_rt_sigpending 136
|
#define __NR_rt_sigpending 136
|
||||||
|
|
|
@ -205,6 +205,7 @@
|
||||||
#define __NR_request_key 218
|
#define __NR_request_key 218
|
||||||
#define __NR_restart_syscall 128
|
#define __NR_restart_syscall 128
|
||||||
#define __NR_riscv_flush_icache 259
|
#define __NR_riscv_flush_icache 259
|
||||||
|
#define __NR_riscv_hwprobe 258
|
||||||
#define __NR_rseq 293
|
#define __NR_rseq 293
|
||||||
#define __NR_rt_sigaction 134
|
#define __NR_rt_sigaction 134
|
||||||
#define __NR_rt_sigpending 136
|
#define __NR_rt_sigpending 136
|
||||||
|
|
|
@ -178,6 +178,7 @@
|
||||||
#define __NR_mbind 268
|
#define __NR_mbind 268
|
||||||
#define __NR_membarrier 356
|
#define __NR_membarrier 356
|
||||||
#define __NR_memfd_create 350
|
#define __NR_memfd_create 350
|
||||||
|
#define __NR_memfd_secret 447
|
||||||
#define __NR_migrate_pages 287
|
#define __NR_migrate_pages 287
|
||||||
#define __NR_mincore 218
|
#define __NR_mincore 218
|
||||||
#define __NR_mkdir 39
|
#define __NR_mkdir 39
|
||||||
|
|
|
@ -152,6 +152,7 @@
|
||||||
#define __NR_mbind 268
|
#define __NR_mbind 268
|
||||||
#define __NR_membarrier 356
|
#define __NR_membarrier 356
|
||||||
#define __NR_memfd_create 350
|
#define __NR_memfd_create 350
|
||||||
|
#define __NR_memfd_secret 447
|
||||||
#define __NR_migrate_pages 287
|
#define __NR_migrate_pages 287
|
||||||
#define __NR_mincore 218
|
#define __NR_mincore 218
|
||||||
#define __NR_mkdir 39
|
#define __NR_mkdir 39
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
# This file can list all potential system calls. The names are only
|
# This file can list all potential system calls. The names are only
|
||||||
# used if the installed kernel headers also provide them.
|
# used if the installed kernel headers also provide them.
|
||||||
|
|
||||||
# The list of system calls is current as of Linux 6.3.
|
# The list of system calls is current as of Linux 6.4.
|
||||||
kernel 6.3
|
kernel 6.4
|
||||||
|
|
||||||
FAST_atomic_update
|
FAST_atomic_update
|
||||||
FAST_cmpxchg
|
FAST_cmpxchg
|
||||||
|
@ -477,6 +477,7 @@ renameat2
|
||||||
request_key
|
request_key
|
||||||
restart_syscall
|
restart_syscall
|
||||||
riscv_flush_icache
|
riscv_flush_icache
|
||||||
|
riscv_hwprobe
|
||||||
rmdir
|
rmdir
|
||||||
rseq
|
rseq
|
||||||
rt_sigaction
|
rt_sigaction
|
||||||
|
|
Loading…
Add table
Reference in a new issue