summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-23 00:44:24 +0200
committerBruno Haible <bruno@clisp.org>2020-08-23 00:44:56 +0200
commitd17a87bd3c4a5911a43c1775bcf8b015da270ae9 (patch)
treec66283f2631b2351439e70606da38f7c602806eb /doc/pastposix-functions
parent3c8ec93cf07da89693c230e7e91933fc562a2142 (diff)
downloadgnulib-d17a87bd3c4a5911a43c1775bcf8b015da270ae9.tar.gz
doc: Update for OpenBSD 6.0, 6.7.
* doc/*/*.texi: Update. * m4/printf.m4: Update comments and cross-compilation guesses. * m4/ceill.m4: Update comments. * m4/getcwd-abort-bug.m4: Likewise. * m4/ilogb.m4: Likewise. * m4/ilogbf.m4: Likewise. * m4/langinfo_h.m4: Likewise. * m4/modf.m4: Likewise. * m4/modff.m4: Likewise.
Diffstat (limited to 'doc/pastposix-functions')
-rw-r--r--doc/pastposix-functions/ftime.texi2
-rw-r--r--doc/pastposix-functions/getcontext.texi2
-rw-r--r--doc/pastposix-functions/makecontext.texi2
-rw-r--r--doc/pastposix-functions/setcontext.texi2
-rw-r--r--doc/pastposix-functions/swapcontext.texi2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/pastposix-functions/ftime.texi b/doc/pastposix-functions/ftime.texi
index e3d364b555..21e44b90b8 100644
--- a/doc/pastposix-functions/ftime.texi
+++ b/doc/pastposix-functions/ftime.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 3.8, Android 9.0.
+Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Android 9.0.
@item
On native Windows platforms (mingw, MSVC), this function works incorrectly
when the environment variable @code{TZ} has been set by Cygwin.
diff --git a/doc/pastposix-functions/getcontext.texi b/doc/pastposix-functions/getcontext.texi
index 5b59c03430..d76d008ea3 100644
--- a/doc/pastposix-functions/getcontext.texi
+++ b/doc/pastposix-functions/getcontext.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-OpenBSD 3.8, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
+OpenBSD 6.7, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/makecontext.texi b/doc/pastposix-functions/makecontext.texi
index b3fe847a7a..e135db0aa3 100644
--- a/doc/pastposix-functions/makecontext.texi
+++ b/doc/pastposix-functions/makecontext.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-OpenBSD 3.8, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
+OpenBSD 6.7, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/setcontext.texi b/doc/pastposix-functions/setcontext.texi
index 1e88c16c82..565e3eca60 100644
--- a/doc/pastposix-functions/setcontext.texi
+++ b/doc/pastposix-functions/setcontext.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-OpenBSD 3.8, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
+OpenBSD 6.7, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
@item
The effects of this call are system and compiler optimization dependent,
since it restores the contents of register-allocated variables but not
diff --git a/doc/pastposix-functions/swapcontext.texi b/doc/pastposix-functions/swapcontext.texi
index c6a0b77b66..2ca21a72f7 100644
--- a/doc/pastposix-functions/swapcontext.texi
+++ b/doc/pastposix-functions/swapcontext.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-OpenBSD 3.8, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
+OpenBSD 6.7, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
@end itemize