0b0d35
commit 7621676f7a5130c030f7fff1cab72dbf2993b837
0b0d35
Author: Joseph Myers <joseph@codesourcery.com>
0b0d35
Date:   Tue May 7 23:57:26 2019 +0000
0b0d35
0b0d35
    Update syscall-names.list for Linux 5.1.
0b0d35
    
0b0d35
    This patch updates syscall-names.list for Linux 5.1 (which has many
0b0d35
    new syscalls, mainly but not entirely ones for 64-bit time).
0b0d35
    
0b0d35
    Tested with build-many-glibcs.py (before the revert of the move to
0b0d35
    Linux 5.1 there; verified there were no tst-syscall-list failures).
0b0d35
    
0b0d35
            * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
0b0d35
            version to 5.1.
0b0d35
            (clock_adjtime64) New syscall.
0b0d35
            (clock_getres_time64) Likewise.
0b0d35
            (clock_gettime64) Likewise.
0b0d35
            (clock_nanosleep_time64) Likewise.
0b0d35
            (clock_settime64) Likewise.
0b0d35
            (futex_time64) Likewise.
0b0d35
            (io_pgetevents_time64) Likewise.
0b0d35
            (io_uring_enter) Likewise.
0b0d35
            (io_uring_register) Likewise.
0b0d35
            (io_uring_setup) Likewise.
0b0d35
            (mq_timedreceive_time64) Likewise.
0b0d35
            (mq_timedsend_time64) Likewise.
0b0d35
            (pidfd_send_signal) Likewise.
0b0d35
            (ppoll_time64) Likewise.
0b0d35
            (pselect6_time64) Likewise.
0b0d35
            (recvmmsg_time64) Likewise.
0b0d35
            (rt_sigtimedwait_time64) Likewise.
0b0d35
            (sched_rr_get_interval_time64) Likewise.
0b0d35
            (semtimedop_time64) Likewise.
0b0d35
            (timer_gettime64) Likewise.
0b0d35
            (timer_settime64) Likewise.
0b0d35
            (timerfd_gettime64) Likewise.
0b0d35
            (timerfd_settime64) Likewise.
0b0d35
            (utimensat_time64) Likewise.
0b0d35
0b0d35
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
0b0d35
index 0227e52a5f..2d0354b8b3 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 5.0.
0b0d35
-kernel 5.0
0b0d35
+# The list of system calls is current as of Linux 5.1.
0b0d35
+kernel 5.1
0b0d35
 
0b0d35
 FAST_atomic_update
0b0d35
 FAST_cmpxchg
0b0d35
@@ -63,10 +63,15 @@ chown
0b0d35
 chown32
0b0d35
 chroot
0b0d35
 clock_adjtime
0b0d35
+clock_adjtime64
0b0d35
 clock_getres
0b0d35
+clock_getres_time64
0b0d35
 clock_gettime
0b0d35
+clock_gettime64
0b0d35
 clock_nanosleep
0b0d35
+clock_nanosleep_time64
0b0d35
 clock_settime
0b0d35
+clock_settime64
0b0d35
 clone
0b0d35
 clone2
0b0d35
 close
0b0d35
@@ -128,6 +133,7 @@ ftime
0b0d35
 ftruncate
0b0d35
 ftruncate64
0b0d35
 futex
0b0d35
+futex_time64
0b0d35
 futimesat
0b0d35
 get_kernel_syms
0b0d35
 get_mempolicy
0b0d35
@@ -187,8 +193,12 @@ io_cancel
0b0d35
 io_destroy
0b0d35
 io_getevents
0b0d35
 io_pgetevents
0b0d35
+io_pgetevents_time64
0b0d35
 io_setup
0b0d35
 io_submit
0b0d35
+io_uring_enter
0b0d35
+io_uring_register
0b0d35
+io_uring_setup
0b0d35
 ioctl
0b0d35
 ioperm
0b0d35
 iopl
0b0d35
@@ -242,7 +252,9 @@ mq_getsetattr
0b0d35
 mq_notify
0b0d35
 mq_open
0b0d35
 mq_timedreceive
0b0d35
+mq_timedreceive_time64
0b0d35
 mq_timedsend
0b0d35
+mq_timedsend_time64
0b0d35
 mq_unlink
0b0d35
 mremap
0b0d35
 msgctl
0b0d35
@@ -389,6 +401,7 @@ perf_event_open
0b0d35
 perfctr
0b0d35
 perfmonctl
0b0d35
 personality
0b0d35
+pidfd_send_signal
0b0d35
 pipe
0b0d35
 pipe2
0b0d35
 pivot_root
0b0d35
@@ -397,6 +410,7 @@ pkey_free
0b0d35
 pkey_mprotect
0b0d35
 poll
0b0d35
 ppoll
0b0d35
+ppoll_time64
0b0d35
 prctl
0b0d35
 pread64
0b0d35
 preadv
0b0d35
@@ -407,6 +421,7 @@ process_vm_writev
0b0d35
 prof
0b0d35
 profil
0b0d35
 pselect6
0b0d35
+pselect6_time64
0b0d35
 ptrace
0b0d35
 putpmsg
0b0d35
 pwrite64
0b0d35
@@ -424,6 +439,7 @@ reboot
0b0d35
 recv
0b0d35
 recvfrom
0b0d35
 recvmmsg
0b0d35
+recvmmsg_time64
0b0d35
 recvmsg
0b0d35
 remap_file_pages
0b0d35
 removexattr
0b0d35
@@ -442,6 +458,7 @@ rt_sigqueueinfo
0b0d35
 rt_sigreturn
0b0d35
 rt_sigsuspend
0b0d35
 rt_sigtimedwait
0b0d35
+rt_sigtimedwait_time64
0b0d35
 rt_tgsigqueueinfo
0b0d35
 rtas
0b0d35
 s390_guarded_storage
0b0d35
@@ -457,6 +474,7 @@ sched_getattr
0b0d35
 sched_getparam
0b0d35
 sched_getscheduler
0b0d35
 sched_rr_get_interval
0b0d35
+sched_rr_get_interval_time64
0b0d35
 sched_set_affinity
0b0d35
 sched_setaffinity
0b0d35
 sched_setattr
0b0d35
@@ -470,6 +488,7 @@ semctl
0b0d35
 semget
0b0d35
 semop
0b0d35
 semtimedop
0b0d35
+semtimedop_time64
0b0d35
 send
0b0d35
 sendfile
0b0d35
 sendfile64
0b0d35
@@ -567,11 +586,15 @@ timer_create
0b0d35
 timer_delete
0b0d35
 timer_getoverrun
0b0d35
 timer_gettime
0b0d35
+timer_gettime64
0b0d35
 timer_settime
0b0d35
+timer_settime64
0b0d35
 timerfd
0b0d35
 timerfd_create
0b0d35
 timerfd_gettime
0b0d35
+timerfd_gettime64
0b0d35
 timerfd_settime
0b0d35
+timerfd_settime64
0b0d35
 times
0b0d35
 tkill
0b0d35
 truncate
0b0d35
@@ -591,6 +614,7 @@ userfaultfd
0b0d35
 ustat
0b0d35
 utime
0b0d35
 utimensat
0b0d35
+utimensat_time64
0b0d35
 utimes
0b0d35
 utrap_install
0b0d35
 vfork