From b1b4f7209ecaad4bf9a5d0d2ef1338409d364bac Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 1 Jul 2021 17:37:36 +0000 Subject: 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. --- sysdeps/unix/sysv/linux/arm/arch-syscall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/unix/sysv/linux/arm/arch-syscall.h') diff --git a/sysdeps/unix/sysv/linux/arm/arch-syscall.h b/sysdeps/unix/sysv/linux/arm/arch-syscall.h index ed953c8f36..85c9b236ce 100644 --- a/sysdeps/unix/sysv/linux/arm/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/arm/arch-syscall.h @@ -149,6 +149,9 @@ #define __NR_kexec_load 347 #define __NR_keyctl 311 #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 -- cgit 1.4.1