X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fselect.texi;h=0b52c27c067cbabed42bf07b4d5e29e83881bfdd;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=b7e63572e9cd36e4b9932ab21af256cfdddf55e6;hpb=d952dbeaa9ceb3f9cef0684e7d9d3ecfa71a6294;p=gnulib.git diff --git a/doc/posix-functions/select.texi b/doc/posix-functions/select.texi index b7e63572e..0b52c27c0 100644 --- a/doc/posix-functions/select.texi +++ b/doc/posix-functions/select.texi @@ -2,7 +2,7 @@ @section @code{select} @findex select -POSIX specification: @url{http://www.opengroup.org/susv3xsh/select.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/select.html} Gnulib module: select @@ -15,6 +15,9 @@ file descriptors. @item On Windows platforms (excluding Cygwin), error codes for @code{accept} are not placed in @code{errno}, and @code{WSAGetLastError} must be used instead. +@item +This function fails when the @code{nfds} argument is 0 on some platforms: +Interix 3.5. @end itemize Portability problems not fixed by Gnulib: @@ -28,6 +31,10 @@ unmodified. On BeOS, @code{select} can only be called on descriptors created by the @code{socket} function, not on regular file descriptors. @item +On Solaris 2.6 and older, @code{select} applied to a file descriptor opened +for reading and associated with @code{/dev/null} hangs, waiting for input, +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}. @end itemize