diff options
author | Joseph Myers <joseph@codesourcery.com> | 2019-11-28 20:32:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2019-11-28 20:32:09 +0000 |
commit | a331150af65477fc3fa72ab341eed5e0b2daf7f3 (patch) | |
tree | 0b4987753c4352e8ff95a3afd9e0236204635b86 | |
parent | cdf203668eedb50db09f66cff494d44178d37131 (diff) | |
download | glibc-a331150af65477fc3fa72ab341eed5e0b2daf7f3.tar glibc-a331150af65477fc3fa72ab341eed5e0b2daf7f3.tar.gz glibc-a331150af65477fc3fa72ab341eed5e0b2daf7f3.tar.bz2 glibc-a331150af65477fc3fa72ab341eed5e0b2daf7f3.zip |
Update syscall-names.list for Linux 5.4.
This patch updates syscall-names.list for Linux 5.4. There are no new
syscalls, so this is just a matter of updating the version number
listed in the file.
Tested with build-many-glibcs.py.
-rw-r--r-- | sysdeps/unix/sysv/linux/syscall-names.list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index 1527823611..d0cca839db 100644 --- a/sysdeps/unix/sysv/linux/syscall-names.list +++ b/sysdeps/unix/sysv/linux/syscall-names.list @@ -21,8 +21,8 @@ # This file can list all potential system calls. The names are only # used if the installed kernel headers also provide them. -# The list of system calls is current as of Linux 5.3. -kernel 5.3 +# The list of system calls is current as of Linux 5.4. +kernel 5.4 FAST_atomic_update FAST_cmpxchg |