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