diff options
author | Joseph Myers <josmyers@redhat.com> | 2024-12-18 15:12:36 +0000 |
---|---|---|
committer | Joseph Myers <josmyers@redhat.com> | 2024-12-18 15:12:36 +0000 |
commit | e0a0fd64b5b223fce87061fe23dbb0b30053060c (patch) | |
tree | 59d652eed029e86b82e5de8eab358eff2e4836e3 /sysdeps/unix | |
parent | 3d54e957c93db7ae605966ca2969e9bf11f92a67 (diff) | |
download | glibc-e0a0fd64b5b223fce87061fe23dbb0b30053060c.zip glibc-e0a0fd64b5b223fce87061fe23dbb0b30053060c.tar.gz glibc-e0a0fd64b5b223fce87061fe23dbb0b30053060c.tar.bz2 |
Update syscall lists for Linux 6.12
Linux 6.12 has no new syscalls. Update the version number in
syscall-names.list to reflect that it is still current for 6.12.
Tested with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/unix')
-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 aa5b479..d31938a 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 6.11. -kernel 6.11 +# The list of system calls is current as of Linux 6.12. +kernel 6.12 FAST_atomic_update FAST_cmpxchg |