mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update syscall-names.list for Linux 4.20.
This patch updates sysdeps/unix/sysv/linux/syscall-names.list for Linux 4.20. Although there are no new syscalls, the riscv_flush_icache syscall has moved to asm/unistd.h (previously in asm/syscalls.h) and so now needs to be added to the list. Tested with build-many-glibcs.py. * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel version to 4.20. (riscv_flush_icache): New syscall.
This commit is contained in:
parent
7628a1b05a
commit
47ad5e1a2a
@ -1,5 +1,9 @@
|
|||||||
2019-01-01 Joseph Myers <joseph@codesourcery.com>
|
2019-01-01 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
|
||||||
|
version to 4.20.
|
||||||
|
(riscv_flush_icache): New syscall.
|
||||||
|
|
||||||
* manual/texinfo.tex: Update to version 2018-12-28.17 with
|
* manual/texinfo.tex: Update to version 2018-12-28.17 with
|
||||||
trailing whitespace removed.
|
trailing whitespace removed.
|
||||||
* scripts/config.guess: Update to version 2019-01-01.
|
* scripts/config.guess: Update to version 2019-01-01.
|
||||||
|
@ -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 4.19.
|
# The list of system calls is current as of Linux 4.20.
|
||||||
kernel 4.19
|
kernel 4.20
|
||||||
|
|
||||||
FAST_atomic_update
|
FAST_atomic_update
|
||||||
FAST_cmpxchg
|
FAST_cmpxchg
|
||||||
@ -431,6 +431,7 @@ renameat
|
|||||||
renameat2
|
renameat2
|
||||||
request_key
|
request_key
|
||||||
restart_syscall
|
restart_syscall
|
||||||
|
riscv_flush_icache
|
||||||
rmdir
|
rmdir
|
||||||
rseq
|
rseq
|
||||||
rt_sigaction
|
rt_sigaction
|
||||||
|
Loading…
Reference in New Issue
Block a user