This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [glibc] <sys/stat.h>: Use Linux UAPI header for statx if available and useful


It's been reported that this now breaks:

#define __ASSEMBLER__ 1
#include <sys/stat.h>

This is because <linux/types.h> does not define __u64 under these
circumstances.

I don't think defining __ASSEMBLER__ is a supported scenario.

Do you agree?

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]