mirror of git://sourceware.org/git/glibc.git
Update kernel version in comment in syscall-names.list.
This patch updates the Linux kernel version in a comment in syscall-names.list to agree with the following "kernel" line. * sysdeps/unix/sysv/linux/syscall-names.list: Update comment.
This commit is contained in:
parent
c7a26cba2a
commit
9c37bde5a2
|
@ -1,5 +1,7 @@
|
|||
2019-08-02 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/syscall-names.list: Update comment.
|
||||
|
||||
* sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Update Linux
|
||||
kernel version number to 5.2.
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# names are only used if the installed kernel headers also provide
|
||||
# them.
|
||||
|
||||
# The list of system calls is current as of Linux 5.1.
|
||||
# The list of system calls is current as of Linux 5.2.
|
||||
kernel 5.2
|
||||
|
||||
FAST_atomic_update
|
||||
|
|
Loading…
Reference in New Issue