Add a getloadavg() declaration to <stdlib.h>.
[gnulib.git] / lib / sys_select.in.h
index ac60020..2d20427 100644 (file)
@@ -19,7 +19,9 @@
 
 #if @HAVE_SYS_SELECT_H@
 
+# if __GNUC__ >= 3
 @PRAGMA_SYSTEM_HEADER@
+# endif
 
 /* On many platforms, <sys/select.h> assumes prior inclusion of
    <sys/types.h>.  */
@@ -62,7 +64,7 @@ extern int rpl_select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
 #  undef select
 #  define select(n,r,w,e,t) \
      (GL_LINK_WARNING ("select is not always POSIX compliant - " \
-                       "use gnulib module for portability"), \
+                       "use gnulib module select for portability"), \
       select (n, r, w, e, t))
 # endif