From: Bruno Haible Date: Fri, 1 Nov 2024 22:04:06 +0000 (+0100) Subject: select: Document a Haiku bug. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=108fd1f92a42c424685f3cb7937bb323b9795263;p=gnulib.git select: Document a Haiku bug. * doc/posix-functions/select.texi: Mention a Haiku bug. --- diff --git a/ChangeLog b/ChangeLog index c72f94eea0..6ab3a1ca83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-11-01 Bruno Haible + + select: Document a Haiku bug. + * doc/posix-functions/select.texi: Mention a Haiku bug. + 2024-11-01 Bruno Haible eealloc: Revert last change. diff --git a/doc/posix-functions/select.texi b/doc/posix-functions/select.texi index 148c4af3ce..6827a3acc7 100644 --- a/doc/posix-functions/select.texi +++ b/doc/posix-functions/select.texi @@ -42,4 +42,9 @@ thus busy wait. @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