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