This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] asm-generic ABI: Allow statx syscall despite fstatat64,fstat64
- From: Florian Weimer <fweimer at redhat dot com>
- To: Vineet Gupta <Vineet dot Gupta1 at synopsys dot com>
- Cc: libc-alpha at sourceware dot org, arnd at arndb dot de, linux-snps-arc at lists dot infradead dot org, alistair23 at gmail dot com, lukma at denx dot de
- Date: Mon, 24 Feb 2020 19:39:06 +0100
- Subject: Re: [PATCH] asm-generic ABI: Allow statx syscall despite fstatat64,fstat64
- References: <20200224182305.28027-1-vgupta@synopsys.com>
* 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