mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +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:
@@ -211,6 +211,7 @@
|
||||
#define __NR_mq_timedsend_time64 418
|
||||
#define __NR_mq_unlink 274
|
||||
#define __NR_mremap 250
|
||||
#define __NR_mseal 462
|
||||
#define __NR_msgctl 402
|
||||
#define __NR_msgget 399
|
||||
#define __NR_msgrcv 401
|
||||
|
||||
@@ -192,6 +192,7 @@
|
||||
#define __NR_mq_timedsend 275
|
||||
#define __NR_mq_unlink 274
|
||||
#define __NR_mremap 250
|
||||
#define __NR_mseal 462
|
||||
#define __NR_msgctl 402
|
||||
#define __NR_msgget 399
|
||||
#define __NR_msgrcv 401
|
||||
|
||||
Reference in New Issue
Block a user