Avoid gcc warnings because of #pragma GCC system_header on older gcc.
[gnulib.git] / lib / errno.in.h
index df2dab0..eef3931 100644 (file)
@@ -18,7 +18,9 @@
 
 #ifndef _GL_ERRNO_H
 
+#if __GNUC__ >= 3
 @PRAGMA_SYSTEM_HEADER@
+#endif
 
 /* The include_next requires a split double-inclusion guard.  */
 #@INCLUDE_NEXT@ @NEXT_ERRNO_H@