8a8cfb
commit 477e739b324349df854209117047779ac3142130
8a8cfb
Author: Joseph Myers <joseph@codesourcery.com>
8a8cfb
Date:   Fri Mar 15 18:18:40 2019 +0000
8a8cfb
8a8cfb
    Update syscall-names.list for Linux 5.0.
8a8cfb
    
8a8cfb
    This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
8a8cfb
    Linux 5.0.  Based on testing with build-many-glibcs.py, the only new
8a8cfb
    entry needed is for old_getpagesize (a newly added __NR_* name for an
8a8cfb
    old syscall on ia64).  (Because 5.0 changes how syscall tables are
8a8cfb
    handled in the kernel, checking diffs wasn't a useful way of looking
8a8cfb
    for new syscalls in 5.0 as most of the syscall tables were moved to
8a8cfb
    the new representation without actually adding any syscalls to them.)
8a8cfb
    
8a8cfb
    Tested with build-many-glibcs.py.
8a8cfb
    
8a8cfb
            * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
8a8cfb
            version to 5.0.
8a8cfb
            (old_getpagesize): New syscall.
8a8cfb
8a8cfb
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
8a8cfb
index b650dc07cc..0227e52a5f 100644
8a8cfb
--- a/sysdeps/unix/sysv/linux/syscall-names.list
8a8cfb
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
8a8cfb
@@ -22,8 +22,8 @@
8a8cfb
 # names are only used if the installed kernel headers also provide
8a8cfb
 # them.
8a8cfb
 
8a8cfb
-# The list of system calls is current as of Linux 4.20.
8a8cfb
-kernel 4.20
8a8cfb
+# The list of system calls is current as of Linux 5.0.
8a8cfb
+kernel 5.0
8a8cfb
 
8a8cfb
 FAST_atomic_update
8a8cfb
 FAST_cmpxchg
8a8cfb
@@ -261,6 +261,7 @@ nfsservctl
8a8cfb
 ni_syscall
8a8cfb
 nice
8a8cfb
 old_adjtimex
8a8cfb
+old_getpagesize
8a8cfb
 oldfstat
8a8cfb
 oldlstat
8a8cfb
 oldolduname