From 108fd1f92a42c424685f3cb7937bb323b9795263 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 1 Nov 2024 23:04:06 +0100 Subject: [PATCH] select: Document a Haiku bug. * doc/posix-functions/select.texi: Mention a Haiku bug. --- ChangeLog | 5 +++++ doc/posix-functions/select.texi | 5 +++++ 2 files changed, 10 insertions(+) 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 -- 2.39.5