diff options
author | Bruno Haible <bruno@clisp.org> | 2020-08-23 00:44:24 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-08-23 00:44:56 +0200 |
commit | d17a87bd3c4a5911a43c1775bcf8b015da270ae9 (patch) | |
tree | c66283f2631b2351439e70606da38f7c602806eb /doc/glibc-functions/getmntent_r.texi | |
parent | 3c8ec93cf07da89693c230e7e91933fc562a2142 (diff) | |
download | gnulib-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/glibc-functions/getmntent_r.texi')
-rw-r--r-- | doc/glibc-functions/getmntent_r.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-functions/getmntent_r.texi b/doc/glibc-functions/getmntent_r.texi index 875d4bcc9a..7574630e7d 100644 --- a/doc/glibc-functions/getmntent_r.texi +++ b/doc/glibc-functions/getmntent_r.texi @@ -25,5 +25,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on many non-glibc platforms: -Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 1.7.x, mingw, MSVC 14, Android 4.4. +Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 1.7.x, mingw, MSVC 14, Android 4.4. @end itemize |