a818d5
commit 4a7c342605bc653f72d60c36abe698986fb5cb47
a818d5
Author: Joseph Myers <joseph@codesourcery.com>
a818d5
Date:   Wed Apr 28 17:19:24 2021 +0000
a818d5
a818d5
    Update syscall lists for Linux 5.12.
a818d5
    
a818d5
    Linux 5.12 has one new syscall, mount_setattr.  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.12.
a818d5
a818d5
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
a818d5
index f6cb34089d..8e3cfa0e77 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.11.
a818d5
-kernel 5.11
a818d5
+# The list of system calls is current as of Linux 5.12.
a818d5
+kernel 5.12
a818d5
 
a818d5
 FAST_atomic_update
a818d5
 FAST_cmpxchg
a818d5
@@ -258,6 +258,7 @@ mmap
a818d5
 mmap2
a818d5
 modify_ldt
a818d5
 mount
a818d5
+mount_setattr
a818d5
 move_mount
a818d5
 move_pages
a818d5
 mprotect