* doc/posix-functions/select.texi: Mention a Haiku bug.
+2024-11-01 Bruno Haible <bruno@clisp.org>
+
+ select: Document a Haiku bug.
+ * doc/posix-functions/select.texi: Mention a Haiku bug.
+
2024-11-01 Bruno Haible <bruno@clisp.org>
eealloc: Revert last change.
@item
On Linux, when some file descriptor refers to a regular file, @code{select}
may fail, setting @code{errno} to @code{EBADF}.
+@item
+On Haiku,
+@c https://dev.haiku-os.org/ticket/19220
+the maximum allowed value for the first argument is not @code{FD_SETSIZE}
+but @code{FD_SETSIZE / 2}.
@end itemize