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