|
|
3cd4d4 |
commit a331150af65477fc3fa72ab341eed5e0b2daf7f3
|
|
|
3cd4d4 |
Author: Joseph Myers <joseph@codesourcery.com>
|
|
|
3cd4d4 |
Date: Thu Nov 28 20:32:09 2019 +0000
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
Update syscall-names.list for Linux 5.4.
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
This patch updates syscall-names.list for Linux 5.4. There are no new
|
|
|
3cd4d4 |
syscalls, so this is just a matter of updating the version number
|
|
|
3cd4d4 |
listed in the file.
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
Tested with build-many-glibcs.py.
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
Reworked for (rhbz#1747465)
|
|
|
3cd4d4 |
Also update copyright info to match upstream.
|
|
|
3cd4d4 |
Correct some typos in the comments to match upstream.
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
diff -Nrup a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
|
|
|
3cd4d4 |
--- a/sysdeps/unix/sysv/linux/syscall-names.list 2020-01-24 12:27:15.212564061 -0500
|
|
|
3cd4d4 |
+++ b/sysdeps/unix/sysv/linux/syscall-names.list 2020-01-24 14:42:30.175256876 -0500
|
|
|
3cd4d4 |
@@ -1,5 +1,5 @@
|
|
|
3cd4d4 |
# List of all known Linux system calls.
|
|
|
3cd4d4 |
-# Copyright (C) 2017-2018 Free Software Foundation, Inc.
|
|
|
3cd4d4 |
+# Copyright (C) 2017-2020 Free Software Foundation, Inc.
|
|
|
3cd4d4 |
# This file is part of the GNU C Library.
|
|
|
3cd4d4 |
#
|
|
|
3cd4d4 |
# The GNU C Library is free software; you can redistribute it and/or
|
|
|
3cd4d4 |
@@ -14,16 +14,15 @@
|
|
|
3cd4d4 |
#
|
|
|
3cd4d4 |
# You should have received a copy of the GNU Lesser General Public
|
|
|
3cd4d4 |
# License along with the GNU C Library; if not, see
|
|
|
3cd4d4 |
-# <http://www.gnu.org/licenses/>.
|
|
|
3cd4d4 |
+# <https://www.gnu.org/licenses/>.
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
-# This file contains the list of system call names names. It has to
|
|
|
3cd4d4 |
-# remain in alphabetica order. Lines which start with # are treated
|
|
|
3cd4d4 |
-# as comments. This file can list all potential system calls. The
|
|
|
3cd4d4 |
-# names are only used if the installed kernel headers also provide
|
|
|
3cd4d4 |
-# them.
|
|
|
3cd4d4 |
+# This file contains the list of system call names. It has to remain in
|
|
|
3cd4d4 |
+# alphabetical order. Lines which start with # are treated as comments.
|
|
|
3cd4d4 |
+# This file can list all potential system calls. The names are only
|
|
|
3cd4d4 |
+# used if the installed kernel headers also provide them.
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
-# The list of system calls is current as of Linux 5.3.
|
|
|
3cd4d4 |
-kernel 5.3
|
|
|
3cd4d4 |
+# The list of system calls is current as of Linux 5.4.
|
|
|
3cd4d4 |
+kernel 5.4
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
FAST_atomic_update
|
|
|
3cd4d4 |
FAST_cmpxchg
|