diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-11-16 17:51:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-11-16 17:51:54 +0000 |
commit | f97773d1e7cf65bbbfd8fa173096eb6144d9e47e (patch) | |
tree | 44814b4276a2226892ca918f268f62da143f38a3 /sysdeps | |
parent | 7b0fb8706c07a38c8bb9999bd4c4563f07e2495f (diff) | |
download | glibc-f97773d1e7cf65bbbfd8fa173096eb6144d9e47e.tar.gz glibc-f97773d1e7cf65bbbfd8fa173096eb6144d9e47e.tar.xz glibc-f97773d1e7cf65bbbfd8fa173096eb6144d9e47e.zip |
Update kernel version in syscall-names.list to 4.14.
Linux 4.14 does not add any new syscalls; this patch updates the version number in syscall-names.list to reflect that it's still current for 4.14. Tested for x86_64 (compilation with build-many-glibcs.py, using Linux 4.14). * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel version to 4.14.
Diffstat (limited to 'sysdeps')
-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 584a762126..782ae5d338 100644 --- a/sysdeps/unix/sysv/linux/syscall-names.list +++ b/sysdeps/unix/sysv/linux/syscall-names.list @@ -22,8 +22,8 @@ # names are only used if the installed kernel headers also provide # them. -# The list of system calls is current as of Linux 4.13. -kernel 4.13 +# The list of system calls is current as of Linux 4.14. +kernel 4.14 FAST_atomic_update FAST_cmpxchg |