summaryrefslogtreecommitdiff
path: root/lib/sysexits.in.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-18 02:43:18 +0200
committerBruno Haible <bruno@clisp.org>2008-10-18 02:43:18 +0200
commit3c08dcc35ce66a98261584beea4c5006fa28ca9b (patch)
tree7cd5d481a78f64dea623f90f5ad2c59325cd6610 /lib/sysexits.in.h
parentd4cf26ba74a9072ac6d68b43272077a9f52d22c4 (diff)
downloadgnulib-3c08dcc35ce66a98261584beea4c5006fa28ca9b.tar.gz
Avoid gcc warnings because of #pragma GCC system_header on older gcc.
Diffstat (limited to 'lib/sysexits.in.h')
-rw-r--r--lib/sysexits.in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sysexits.in.h b/lib/sysexits.in.h
index 14b0b364d9..73da88db72 100644
--- a/lib/sysexits.in.h
+++ b/lib/sysexits.in.h
@@ -20,7 +20,9 @@
#if @HAVE_SYSEXITS_H@
+# if __GNUC__ >= 3
@PRAGMA_SYSTEM_HEADER@
+# endif
/* IRIX 6.5 has an <unistd.h> that defines a macro EX_OK with a nonzero
value. Override it. See