From 9c0e7adb118023cb12248ef035636db4f678c700 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 25 Apr 2023 13:38:47 +0200 Subject: 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. --- doc/posix-functions/poll.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1