a818d5
commit 8ef9196b26793830515402ea95aca2629f7721ec
a818d5
Author: Joseph Myers <joseph@codesourcery.com>
a818d5
Date:   Wed Mar 23 17:11:56 2022 +0000
a818d5
a818d5
    Update syscall lists for Linux 5.17
a818d5
    
a818d5
    Linux 5.17 has one new syscall, set_mempolicy_home_node.  Update
a818d5
    syscall-names.list and regenerate the arch-syscall.h headers with
a818d5
    build-many-glibcs.py update-syscalls.
a818d5
    
a818d5
    Tested with build-many-glibcs.py.
a818d5
a818d5
Modified to only update syscall-names.list to Linux 5.17.
a818d5
a818d5
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
a818d5
index 6421806110..b8c0b0c586 100644
a818d5
--- a/sysdeps/unix/sysv/linux/syscall-names.list
a818d5
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
a818d5
@@ -21,8 +21,8 @@
a818d5
 # This file can list all potential system calls.  The names are only
a818d5
 # used if the installed kernel headers also provide them.
a818d5
 
a818d5
-# The list of system calls is current as of Linux 5.16.
a818d5
-kernel 5.16
a818d5
+# The list of system calls is current as of Linux 5.17.
a818d5
+kernel 5.17
a818d5
 
a818d5
 FAST_atomic_update
a818d5
 FAST_cmpxchg
a818d5
@@ -524,6 +524,7 @@ sendmmsg
a818d5
 sendmsg
a818d5
 sendto
a818d5
 set_mempolicy
a818d5
+set_mempolicy_home_node
a818d5
 set_robust_list
a818d5
 set_thread_area
a818d5
 set_tid_address