aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/tst-sched-consts.py
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2024-12-19 17:08:38 +0000
committerJoseph Myers <josmyers@redhat.com>2024-12-19 17:08:38 +0000
commit29ae632e76e5dcb89bdbb38402af47a5040fe1d4 (patch)
tree263d9874f39fb2d6246ccc17d42d7dfcc4a78920 /sysdeps/unix/sysv/linux/tst-sched-consts.py
parent57256971b041a72d9f928bedcec6ac0e651276ee (diff)
downloadglibc-29ae632e76e5dcb89bdbb38402af47a5040fe1d4.zip
glibc-29ae632e76e5dcb89bdbb38402af47a5040fe1d4.tar.gz
glibc-29ae632e76e5dcb89bdbb38402af47a5040fe1d4.tar.bz2
Add SCHED_EXT from Linux 6.12 to bits/sched.h
Linux 6.12 adds the SCHED_EXT constant. Add it to glibc's bits/sched.h and update the kernel version in tst-sched-consts.py. Tested for x86_64.
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-sched-consts.py')
-rw-r--r--sysdeps/unix/sysv/linux/tst-sched-consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-sched-consts.py b/sysdeps/unix/sysv/linux/tst-sched-consts.py
index f06ac40..6a5b837 100644
--- a/sysdeps/unix/sysv/linux/tst-sched-consts.py
+++ b/sysdeps/unix/sysv/linux/tst-sched-consts.py
@@ -33,7 +33,7 @@ def main():
help='C compiler (including options) to use')
args = parser.parse_args()
linux_version_headers = glibcsyscalls.linux_kernel_version(args.cc)
- linux_version_glibc = (6, 11)
+ linux_version_glibc = (6, 12)
sys.exit(glibcextract.compare_macro_consts(
'#define _GNU_SOURCE 1\n'
'#include <sched.h>\n',