[PATCH] asm-generic ABI: Allow statx syscall despite fstatat64,fstat64

Florian Weimer fweimer@redhat.com
Mon Feb 24 18:39:00 GMT 2020


* Vineet Gupta:

> +/* Ports define to 1 when glibc struct stat64 is not compatible with
> +   kernel stat64. This forces use of statx syscall (and explicit interworking)
> +   even when fstat64 syscall is available. For asm-generic ABI this happened
> +   with switch to 64-bit time_t.  */
> +
> +# undef STAT64_IS_NOT_KERNEL_STAT64

Sorry, I think that going forward, we prefer that such macros are always
defined, with values 0 or 1 as appropriate.

Thanks,
Florian



More information about the Libc-alpha mailing list