mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update syscall lists for Linux 6.10
Linux 6.10 changes for syscall are: * mseal for all architectures. * map_shadow_stack for x32. * Replace sync_file_range with sync_file_range2 for csky (which fixes a broken sync_file_range usage). Update syscall-names.list and regenerate the arch-syscall.h headers with build-many-glibcs.py update-syscalls. Tested with build-many-glibcs.py. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
@ -167,6 +167,7 @@
|
||||
#define __NR_mq_timedsend_time64 418
|
||||
#define __NR_mq_unlink 181
|
||||
#define __NR_mremap 216
|
||||
#define __NR_mseal 462
|
||||
#define __NR_msgctl 187
|
||||
#define __NR_msgget 186
|
||||
#define __NR_msgrcv 188
|
||||
|
Reference in New Issue
Block a user