[Bug bootstrap/30678] sysmacros.h get currupt from Fixincludes with updated glibc.
franke dot daniel at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Feb 2 10:39:00 GMT 2007
------- Comment #1 from franke dot daniel at gmail dot com 2007-02-02 10:39 -------
fixincludes/inclhack.def (glibc_c99_inline_4) deals with sys/sysmacros.h by
replacing any "extern" with
#if __STDC_VERSION__ < 19901L
extern
#endif
Since your include defines "__extern", this leaves "__".
The patch is Geoffrey's, added him to CC.
--
franke dot daniel at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |geoffk at apple dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30678
More information about the Gcc-bugs
mailing list