Work around select() bug on Interix 3.5.
[gnulib.git] / doc / posix-functions / select.texi
index a9aa263..0b52c27 100644 (file)
@@ -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: