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