9bb5d6
commit 1cfb4715288845ebc55ad664421b48b32de9599c
9bb5d6
Author: Joseph Myers <joseph@codesourcery.com>
9bb5d6
Date:   Fri Aug 7 14:38:43 2020 +0000
9bb5d6
9bb5d6
    Update syscall lists for Linux 5.8.
9bb5d6
    
9bb5d6
    Linux 5.8 has one new syscall, faccessat2.  Update syscall-names.list
9bb5d6
    and regenerate the arch-syscall.h headers with build-many-glibcs.py
9bb5d6
    update-syscalls.
9bb5d6
    
9bb5d6
    Tested with build-many-glibcs.py.
9bb5d6
9bb5d6
Modified to only update syscall-names.list for RHEL 8.5.0.
9bb5d6
9bb5d6
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
9bb5d6
index 15dec5b98f..a462318ecf 100644
9bb5d6
--- a/sysdeps/unix/sysv/linux/syscall-names.list
9bb5d6
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
9bb5d6
@@ -21,8 +21,8 @@
9bb5d6
 # This file can list all potential system calls.  The names are only
9bb5d6
 # used if the installed kernel headers also provide them.
9bb5d6
 
9bb5d6
-# The list of system calls is current as of Linux 5.7.
9bb5d6
-kernel 5.7
9bb5d6
+# The list of system calls is current as of Linux 5.8.
9bb5d6
+kernel 5.8
9bb5d6
 
9bb5d6
 FAST_atomic_update
9bb5d6
 FAST_cmpxchg
9bb5d6
@@ -105,6 +105,7 @@ execveat
9bb5d6
 exit
9bb5d6
 exit_group
9bb5d6
 faccessat
9bb5d6
+faccessat2
9bb5d6
 fadvise64
9bb5d6
 fadvise64_64
9bb5d6
 fallocate