On 01/07/2013 09:04 PM, Richard Smith wrote: > Index: include/sys/cdefs.h Shouldn't that be misc/sys/cdefs.h in the glibc source? > +# if defined __GNUC_STDC_INLINE__ || \ > + (defined __cplusplus && defined __GNUC_GNU_INLINE__) Shouldn't that be "#ifdef __GNUC_GNU_INLINE__"?