Eric Blake writes:
>> ./../gl/sys/time.h:353: error: redundant redeclaration of
>> '_gl_cxxalias_dummy' [-Wredundant-decls]
>> ./../gl/string.h:1103: note: previous declaration of '_gl_cxxalias_dummy'
>> was here
>>
>> I have some non-default warnings enabled.
>>
>> Maybe we could protect dou
sys/time uses #if/#else/#endif, and is therefore not subject
to the gcc optimization. The #pragma GCC system_header must
occur up front.
* lib/sys_time.in.h (includes): Ensure gcc pragma is
unconditional, fixing regression from 2010-03-29.
Reported by Simon Josefsson.
Signed-off-by: Eric Blake