]> Savannah Git Hosting - gnulib.git/commitdiff
select: Document a Haiku bug.
authorBruno Haible <bruno@clisp.org>
Fri, 1 Nov 2024 22:04:06 +0000 (23:04 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 1 Nov 2024 22:04:06 +0000 (23:04 +0100)
* doc/posix-functions/select.texi: Mention a Haiku bug.

ChangeLog
doc/posix-functions/select.texi

index c72f94eea0ab31e2d81a71a5ba116fbde6051638..6ab3a1ca835d1ce21a3e4872087a2ed63a185669 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 148c4af3ce57bc0cb02d23f9e36aa60d1ad226e2..6827a3acc75015022a6c623175c4081cee27040c 100644 (file)
@@ -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