Avoid gcc warnings because of #pragma GCC system_header on older gcc.
[gnulib.git] / lib / stdlib.in.h
index a55c333..f10d462 100644 (file)
@@ -15,7 +15,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#if __GNUC__ >= 3
 @PRAGMA_SYSTEM_HEADER@
+#endif
 
 #if defined __need_malloc_and_calloc
 /* Special invocation convention inside glibc header files.  */