mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update syscall-names.list for Linux 5.3.
This patch updates syscall-names.list for Linux 5.3, adding two new syscalls. Tested with build-many-glibcs.py. * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel version to 5.3. (clone3): New syscall. (pidfd_open): Likewise.
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
2019-09-18 Joseph Myers <joseph@codesourcery.com>
|
2019-09-18 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
|
||||||
|
version to 5.3.
|
||||||
|
(clone3): New syscall.
|
||||||
|
(pidfd_open): Likewise.
|
||||||
|
|
||||||
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
|
* scripts/build-many-glibcs.py (Context.checkout): Default Linux
|
||||||
version to 5.3.
|
version to 5.3.
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
# names are only used if the installed kernel headers also provide
|
# names are only used if the installed kernel headers also provide
|
||||||
# them.
|
# them.
|
||||||
|
|
||||||
# The list of system calls is current as of Linux 5.2.
|
# The list of system calls is current as of Linux 5.3.
|
||||||
kernel 5.2
|
kernel 5.3
|
||||||
|
|
||||||
FAST_atomic_update
|
FAST_atomic_update
|
||||||
FAST_cmpxchg
|
FAST_cmpxchg
|
||||||
@ -75,6 +75,7 @@ clock_settime
|
|||||||
clock_settime64
|
clock_settime64
|
||||||
clone
|
clone
|
||||||
clone2
|
clone2
|
||||||
|
clone3
|
||||||
close
|
close
|
||||||
cmpxchg_badaddr
|
cmpxchg_badaddr
|
||||||
connect
|
connect
|
||||||
@ -410,6 +411,7 @@ perf_event_open
|
|||||||
perfctr
|
perfctr
|
||||||
perfmonctl
|
perfmonctl
|
||||||
personality
|
personality
|
||||||
|
pidfd_open
|
||||||
pidfd_send_signal
|
pidfd_send_signal
|
||||||
pipe
|
pipe
|
||||||
pipe2
|
pipe2
|
||||||
|
Reference in New Issue
Block a user