changeset 30283:4101d72eb484

Oops, typo in warning.
author Bruno Haible <bruno@clisp.org>
date Mon, 06 Oct 2008 01:27:51 +0200
parents c6622762f999
children b92a6ecbf8af
files lib/sys_select.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/sys_select.in.h	Mon Oct 06 01:10:08 2008 +0200
+++ b/lib/sys_select.in.h	Mon Oct 06 01:27:51 2008 +0200
@@ -62,7 +62,7 @@
 #  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