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