Re: Updating in glibc and gnulib

2023-02-27 Thread Florian Weimer
* Bruno Haible: > Florian Weimer wrote: >> Does gnulib still override unconditionally? > > Gnulib does not override , and never did. Thanks for looking into this. gnulib's libc-config.h does this: | #ifndef __attribute_nonnull__ | /* either does not exist, or is too old for Gnulib. |

Re: Updating in glibc and gnulib

2023-02-26 Thread Bruno Haible
Florian Weimer wrote: > Does gnulib still override unconditionally? Gnulib does not override , and never did. That is, when a package that uses Gnulib does #include it will get the of the system (from glibc, *BSD, Cygwin, etc.). Only when a package uses the compiler option "-I

Updating in glibc and gnulib

2023-02-21 Thread Florian Weimer
Why does gnulib bundle ? We edit this file regularly in glibc. In the past, some gnulib-using programs supplied their own copy of instead, even when building against glibc. This caused build failures in the glibc headers because they (quite reasonably) assumed that defines the macros for that