From 8ef9196b26793830515402ea95aca2629f7721ec Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 23 Mar 2022 17:11:56 +0000 Subject: Update syscall lists for Linux 5.17 Linux 5.17 has one new syscall, set_mempolicy_home_node. 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/mips/mips64/n32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h | 1 + 2 files changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/mips/mips64') diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h b/sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h index 83e0d49..b462182 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h @@ -288,6 +288,7 @@ #define __NR_sendmsg 6045 #define __NR_sendto 6043 #define __NR_set_mempolicy 6233 +#define __NR_set_mempolicy_home_node 6450 #define __NR_set_robust_list 6272 #define __NR_set_thread_area 6246 #define __NR_set_tid_address 6213 diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h b/sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h index d6747c5..a9d6b94 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h @@ -270,6 +270,7 @@ #define __NR_sendmsg 5045 #define __NR_sendto 5043 #define __NR_set_mempolicy 5229 +#define __NR_set_mempolicy_home_node 5450 #define __NR_set_robust_list 5268 #define __NR_set_thread_area 5242 #define __NR_set_tid_address 5212 -- cgit v1.1