[PATCH] Add the statx function

Szabolcs Nagy szabolcs.nagy@arm.com
Wed Jul 11 10:01:00 GMT 2018


On 11/07/18 07:55, Florian Weimer wrote:
> On 07/11/2018 08:53 AM, Andreas Schwab wrote:
>> /usr/include/sys/stat.h:446:11: fatal error: bits/statx.h: No such file or directory
>>   # include <bits/statx.h>
>>             ^~~~~~~~~~~~~~
> 
> Okay, so this file should be an installed header.  I will commit a fix after testing.
> 
> Any idea why our header tests do not catch this?
> 

because the glibc source tree does have bits/statx.h
and all tests (incorrectly) run with internal headers
in the include path (not just the installed ones).

build-many-glibcs.py catches it though when building gcc
(i've just run into this).



More information about the Libc-alpha mailing list