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