projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e09edd1
)
Oops, typo in warning.
author
Bruno Haible
<bruno@clisp.org>
Sun, 5 Oct 2008 23:27:51 +0000
(
01:27
+0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 5 Oct 2008 23:27:51 +0000
(
01:27
+0200)
lib/sys_select.in.h
patch
|
blob
|
history
diff --git
a/lib/sys_select.in.h
b/lib/sys_select.in.h
index ac60020981fbc908de7ff4bf86da40f6c74941a6..b9d08b5c7f4242e39ba4799c719704ebc182fe06 100644
(file)
--- 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