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