Skip to content

Commit

Permalink
Update kernel version in comment in syscall-names.list.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsm28 committed Aug 2, 2019
1 parent c7a26cb commit 9c37bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2019-08-02 Joseph Myers <[email protected]>

* 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.

Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/syscall-names.list
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c37bde

Please sign in to comment.