On Sat, Mar 03, 2012 at 02:04:49PM +0000, Jonathan Wakely wrote: > > it would be nice to see a fixincl update for 4.6/4.7 to support > > <bits/string3.h> header as a workaround for PR50916. > > That bug's not even open, pointing it out after the RC has been made > isn't going to help get it looked at for 4.7.0
The current glibc definitely doesn't have anything like that in the headers, it uses __extern_always_inline and does that for many years (before that glibc headers didn't support the C99 inlines at all, so one would have to use -fgnu89-inline for everything). Jakub