]> Savannah Git Hosting - gnulib.git/commitdiff
doc: poll: document poll of special files not supported on macOS
authorPádraig Brady <P@draigBrady.com>
Fri, 2 Dec 2022 14:45:23 +0000 (14:45 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 2 Dec 2022 14:49:07 +0000 (14:49 +0000)
* doc/posix-functions/poll.texi: Reinstate (updated) macOS info,
removed in recent cleanup re removal of support for Mac OS X <= 10.4.
* m4/poll.m4: Update macOS to latest tested version.

ChangeLog
doc/posix-functions/poll.texi
m4/poll.m4

index 90664d16a58241313705e3441574333aa18f2c2b..aa24e4d99983ebc8f88a29aed2601dd31643d1b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-02  Pádraig Brady  <P@draigBrady.com>
+
+       doc: poll: document poll of special files not supported on macOS
+       * doc/posix-functions/poll.texi: Reinstate (updated) macOS info,
+       removed in recent cleanup re removal of support for Mac OS X <= 10.4.
+       * m4/poll.m4: Update macOS to latest tested version.
+
 2022-11-29  Pádraig Brady  <P@draigBrady.com>
 
        add new ronna and quetta SI prefixes
index c1efe87ad9c4b216fda315d94f1273ddddd2964c..1fad8f85a905336b0402f00eb6e6ce7800505918 100644 (file)
@@ -14,7 +14,7 @@ mingw, MSVC 14, HP NonStop.
 @item
 This function doesn't work on special files like @file{/dev/null} and ttys like
 @file{/dev/tty} on some platforms:
-AIX 5.3.
+macOS 10.15, AIX 5.3.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index eb3b78617f304dd5549c27eecf2b2efa40dcc5fb..4a9a6a8d8ae3da2c0bf0f6771b0c93f40ad1dd5f 100644 (file)
@@ -15,7 +15,7 @@ AC_DEFUN([gl_FUNC_POLL],
   else
     AC_CHECK_FUNC([poll],
       [# Check whether poll() works on special files (like /dev/null) and
-       # and ttys (like /dev/tty). On Mac OS X 10.4.0 and AIX 5.3, it doesn't.
+       # and ttys (like /dev/tty). On macOS 10.15 and AIX 5.3, it doesn't.
        AC_RUN_IFELSE([AC_LANG_SOURCE([[
 #include <fcntl.h>
 #include <poll.h>