Reuben Thomas wrote:
> OK, globfree.c should already have seen libc-config.h via glob.h, so I
> don't see why it's *not* working.

We have a new optimization that omits the generated glob.h when it would
not add relevant standardized declarations. Since glob.h is not supposed
to define the macros 'weak_alias', 'libc_hidden_def', etc. you cannot
count on '#include <glob.h>' to provide these macros.

Bruno


Reply via email to