https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Current glibc uses
#ifdef __has_include
# if __has_include ("linux/stat.h")
#  include "linux/stat.h"
#  ifdef STATX_TYPE
#   define __statx_timestamp_defined 1
#   define __statx_defined 1
#  endif
# endif
#endif
instead, is that also broken by fixincludes?

Reply via email to