Oops, typo in warning.
[gnulib.git] / lib / sys_select.in.h
index ac60020..b9d08b5 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