diff options
author | Joseph Myers <josmyers@redhat.com> | 2024-05-23 12:22:40 +0000 |
---|---|---|
committer | Joseph Myers <josmyers@redhat.com> | 2024-05-23 12:22:40 +0000 |
commit | e9a37242f9cca80496aa934158b7e366b8b419fa (patch) | |
tree | 5825fce92896c913615a5fc575775137a4606608 /sysdeps/unix/sysv/linux/tst-pidfd-consts.py | |
parent | 6d3b523eb54198d15af6e042054912cf9f5210de (diff) | |
download | glibc-e9a37242f9cca80496aa934158b7e366b8b419fa.zip glibc-e9a37242f9cca80496aa934158b7e366b8b419fa.tar.gz glibc-e9a37242f9cca80496aa934158b7e366b8b419fa.tar.bz2 |
Update PIDFD_* constants for Linux 6.9
Linux 6.9 adds some more PIDFD_* constants. Add them to glibc's
sys/pidfd.h, including updating comments that said FLAGS was reserved
and must be 0, along with updating tst-pidfd-consts.py.
Tested with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-pidfd-consts.py')
-rw-r--r-- | sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-pidfd-consts.py b/sysdeps/unix/sysv/linux/tst-pidfd-consts.py index 96875ac..6f05291 100644 --- a/sysdeps/unix/sysv/linux/tst-pidfd-consts.py +++ b/sysdeps/unix/sysv/linux/tst-pidfd-consts.py @@ -39,7 +39,7 @@ def main(): sys.exit (77) linux_version_headers = glibcsyscalls.linux_kernel_version(args.cc) - linux_version_glibc = (6, 8) + linux_version_glibc = (6, 9) sys.exit(glibcextract.compare_macro_consts( '#include <sys/pidfd.h>\n', '#include <asm/fcntl.h>\n' |