summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-25 13:38:47 +0200
committerBruno Haible <bruno@clisp.org>2023-04-25 13:38:47 +0200
commit9c0e7adb118023cb12248ef035636db4f678c700 (patch)
treed63b4e893831b4d7af0e393abc2018936622d71f /doc
parent022714860f3cff7fea0a126659dd87d7ec3edbb8 (diff)
downloadgnulib-9c0e7adb118023cb12248ef035636db4f678c700.tar.gz
poll tests: Avoid test failure on native Windows.
* tests/test-poll.c (test_pipe): Disable the POLLHUP check also on native Windows. * doc/posix-functions/poll.texi: Mention also native Windows w.r.t. POLLHUP.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/poll.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/poll.texi b/doc/posix-functions/poll.texi
index 1fad8f85a9..ab7083c1c0 100644
--- a/doc/posix-functions/poll.texi
+++ b/doc/posix-functions/poll.texi
@@ -26,5 +26,5 @@ thus busy wait.
@item
On some platforms, file descriptors other than sockets do not support
POLLHUP; they will return a "readable" or "writable" status instead:
-AIX 7.2, HP NonStop.
+AIX 7.2, HP NonStop, mingw, MSVC.
@end itemize