diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-10-08 15:45:25 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-10-10 10:27:51 -0300 |
commit | 86f06282ccb1b11de7a07fc10f7b77991b7d121a (patch) | |
tree | 2359a4572926b3ea0d546fe27597c875ed3487d1 /sysdeps/unix/sysv/linux/tst-pidfd-consts.py | |
parent | 02de16df481f15d5f6f2a8d98aa1bb2888aec13b (diff) | |
download | glibc-86f06282ccb1b11de7a07fc10f7b77991b7d121a.zip glibc-86f06282ccb1b11de7a07fc10f7b77991b7d121a.tar.gz glibc-86f06282ccb1b11de7a07fc10f7b77991b7d121a.tar.bz2 |
Update PIDFD_* constants for Linux 6.11
Linux 6.11 adds some more PIDFD_* constants for 'pidfs: allow retrieval
of namespace file descriptors'
(5b08bd408534bfb3a7cf5778da5b27d4e4fffe12).
Tested with build-many-glibcs.py.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
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 9824fd2..9d53102 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, 10) + linux_version_glibc = (6, 11) sys.exit(glibcextract.compare_macro_consts( '#include <sys/pidfd.h>\n', '#include <asm/fcntl.h>\n' |