[PATCH v3] asm-generic ABI: Allow statx syscall despite fstatat64, fstat64
Vineet Gupta
Vineet.Gupta1@synopsys.com
Tue Feb 25 16:56:00 GMT 2020
On 2/25/20 8:10 AM, Joseph Myers wrote:
> On Mon, 24 Feb 2020, Vineet Gupta wrote:
>
>> Oh wait. Can we avoid this churn by simply undef __NR_fstat64 and __NR_fstatat64
>> from ARC sysdep.h ? And it will then automatically fallback to statx code !
>
> If all files needing this information include sysdep.h, that might well
> work.
I agree that this is a valid concern. If we really want to make it water tight we
could have the build system enforce this with -include or some such ?
More information about the Libc-alpha
mailing list