1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +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:
Joseph Myers
2021-07-01 17:37:36 +00:00
parent 7c45df18e1
commit b1b4f7209e
26 changed files with 80 additions and 2 deletions

View File

@ -136,6 +136,9 @@
#define __NR_kexec_load 448
#define __NR_keyctl 441
#define __NR_kill 37
#define __NR_landlock_add_rule 555
#define __NR_landlock_create_ruleset 554
#define __NR_landlock_restrict_self 556
#define __NR_lchown 208
#define __NR_lgetxattr 386
#define __NR_link 9