summaryrefslogtreecommitdiff
path: root/doc/posix-functions/select.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-31 22:46:31 +0100
committerBruno Haible <bruno@clisp.org>2011-10-31 22:46:31 +0100
commitfeb744a1162b0fce57ffd075c083d825bf3994f5 (patch)
tree8a278390c4b2179ab135ad2463540cdea5595dfa /doc/posix-functions/select.texi
parent3aee0dcbd2f2ee665609b1d338940c021db7d484 (diff)
downloadgnulib-feb744a1162b0fce57ffd075c083d825bf3994f5.tar.gz
doc about some IRIX 5.3 problems.
* doc/posix-functions/getpwnam_r.texi: Mention incompatible declaration on IRIX 5.3. * doc/posix-headers/poll.texi: Mention missing nfds_t on IRIX 5.3. * doc/posix-functions/ptsname.texi: Mention missing declaration on IRIX 5.3. * doc/posix-functions/grantpt.texi: Likewise. * doc/posix-functions/unlockpt.texi: Likewise. * doc/posix-functions/lgamma.texi: Likewise. * doc/posix-functions/nextafter.texi: Likewise. * doc/posix-functions/remainder.texi: Likewise. * doc/posix-functions/select.texi: Mention misplaced declaration on IRIX 5.3. Reported by Tom G. Christensen <tgc@jupiterrise.com>.
Diffstat (limited to 'doc/posix-functions/select.texi')
-rw-r--r--doc/posix-functions/select.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/select.texi b/doc/posix-functions/select.texi
index e9a916f2ce..e59b3cf8e6 100644
--- a/doc/posix-functions/select.texi
+++ b/doc/posix-functions/select.texi
@@ -37,4 +37,8 @@ when instead it should return immediately.
@item
On Linux, when some file descriptor refers to a regular file, @code{select}
may fail, setting @code{errno} to @code{EBADF}.
+@item
+This function is declared in @code{<unistd.h>}, not @code{<sys/select.h>},
+on some platforms:
+IRIX 5.3.
@end itemize