Commit b3119f181de14c17aaf923846713526fd82891bf

Eric Blake 2010-03-31T07:57:51

sys_time: avoid compiler warnings 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 <eblake@redhat.com>