mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update syscall lists for Linux 5.13
Linux 5.13 has three new syscalls (landlock_create_ruleset, landlock_add_rule, landlock_restrict_self). 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:
@ -149,6 +149,9 @@
|
||||
#define __NR_kexec_load 283
|
||||
#define __NR_keyctl 287
|
||||
#define __NR_kill 37
|
||||
#define __NR_landlock_add_rule 445
|
||||
#define __NR_landlock_create_ruleset 444
|
||||
#define __NR_landlock_restrict_self 446
|
||||
#define __NR_lchown 16
|
||||
#define __NR_lchown32 198
|
||||
#define __NR_lgetxattr 230
|
||||
|
Reference in New Issue
Block a user