diff options
author | Joseph Myers <joseph@codesourcery.com> | 2022-03-23 17:11:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2022-03-23 17:11:56 +0000 |
commit | 8ef9196b26793830515402ea95aca2629f7721ec (patch) | |
tree | 5baa3cb236038cc1c668e8b5aaf1f982f0188879 /sysdeps/unix/sysv/linux/arm | |
parent | c7f05bd5342517f3f751e6ea8dec1916b80bee8a (diff) | |
download | glibc-8ef9196b26793830515402ea95aca2629f7721ec.tar.gz |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/arch-syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/arch-syscall.h b/sysdeps/unix/sysv/linux/arm/arch-syscall.h index 96ef8db936..e7ba04c106 100644 --- a/sysdeps/unix/sysv/linux/arm/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/arm/arch-syscall.h @@ -302,6 +302,7 @@ #define __NR_sendmsg 296 #define __NR_sendto 290 #define __NR_set_mempolicy 321 +#define __NR_set_mempolicy_home_node 450 #define __NR_set_robust_list 338 #define __NR_set_tid_address 256 #define __NR_set_tls 983045 |