sys_time: avoid compiler warnings
authorEric Blake <eblake@redhat.com>
Wed, 31 Mar 2010 13:57:51 +0000 (07:57 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 31 Mar 2010 13:57:51 +0000 (07:57 -0600)
commitb3119f181de14c17aaf923846713526fd82891bf
treee420e894fd42d722515a0b29a0048906b3b3d5f0
parent617dd8895438dd9098491190681eea6720886efb
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>
ChangeLog
lib/sys_time.in.h