From 594d8032d51b564f7f9739f04884d38f7398d87d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 6 Oct 2008 01:27:51 +0200 Subject: [PATCH] Oops, typo in warning. --- lib/sys_select.in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h index ac6002098..b9d08b5c7 100644 --- a/lib/sys_select.in.h +++ b/lib/sys_select.in.h @@ -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 -- 2.11.0