Oops, typo in warning.
authorBruno Haible <bruno@clisp.org>
Sun, 5 Oct 2008 23:27:51 +0000 (01:27 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Oct 2008 23:27:51 +0000 (01:27 +0200)
lib/sys_select.in.h

index ac60020981fbc908de7ff4bf86da40f6c74941a6..b9d08b5c7f4242e39ba4799c719704ebc182fe06 100644 (file)
@@ -62,7 +62,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