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: [PATCH] Add the statx function


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).


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