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