mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-21 03:42:35 +03:00
The #ifdef FSOPEN_CLOEXEC check did not work because the macro
was always defined in this header prior to the check, so that
the <linux/mount.h> contents did not matter.
Fixes commit 774058d729
("linux: Fix sys/mount.h usage with kernel headers").