This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.36/master in repository glibc.
from 5c62874f42 NEWS: Add entry for bug 28846 new 0062e7dd1c glibcextract.py: Add compile_c_snippet new 1cc5513114 linux: Use compile_c_snippet to check linux/pidfd.h availability new 4dad97e2a2 linux: Mimic kernel defition for BLOCK_SIZE new d48813227b linux: Use compile_c_snippet to check linux/mount.h availability new bb1e8b0ca9 linux: Fix sys/mount.h usage with kernel headers new 3bd3c612e9 Linux: Fix enum fsconfig_command detection in <sys/mount.h>
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: scripts/glibcextract.py | 19 +++++++ sysdeps/unix/sysv/linux/Makefile | 8 +++ sysdeps/unix/sysv/linux/sys/mount.h | 79 +++++++++++++++++++++++----- sysdeps/unix/sysv/linux/tst-mount-compile.py | 66 +++++++++++++++++++++++ sysdeps/unix/sysv/linux/tst-mount-consts.py | 5 ++ sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 10 ++-- 6 files changed, 171 insertions(+), 16 deletions(-) create mode 100755 sysdeps/unix/sysv/linux/tst-mount-compile.py