Am 22.08.2019 um 04:36 schrieb Eli Zaretskii: >> Cc: [email protected] >> From: Hans-Bernhard Bröker <[email protected]> >> Date: Wed, 21 Aug 2019 22:46:07 +0200 >> >> I believe there is a lager chance that this actually depends on the C >> Standard library in use. > > You mean, the standard headers? Because that's the only part of the > library the compiler sees.
Well if push comes to shove, there's still gnulib and its autoconfigury potentially getting in between the two. The autoconf checks do get to see both the headers and the actual library (mixed with those of GCC itself, possibly).
