diff options
author | Bruno Haible <bruno@clisp.org> | 2021-03-21 14:56:02 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2021-03-21 14:56:02 +0100 |
commit | 79c4db534e78dccaf8b3426dc848c71a3a60ca33 (patch) | |
tree | a56201bc96f1f704f08579a23e4bbd206d9d6503 /doc/glibc-functions/ptsname_r.texi | |
parent | 49855b3b49b035f86a6f31d7cf46934baeba5afd (diff) | |
download | gnulib-79c4db534e78dccaf8b3426dc848c71a3a60ca33.tar.gz |
doc: Update for macOS 11.1.
* doc/posix-headers/*.texi: Update.
* doc/glibc-headers/*.texi: Update.
* doc/posix-functions/*.texi: Likewise.
* doc/pastposix-functions/*.texi: Likewise.
* doc/glibc-functions/*.texi: Likewise.
* m4/aligned_alloc.m4 (gl_FUNC_ALIGNED_ALLOC): Update cross-compilation
guess.
Diffstat (limited to 'doc/glibc-functions/ptsname_r.texi')
-rw-r--r-- | doc/glibc-functions/ptsname_r.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-functions/ptsname_r.texi b/doc/glibc-functions/ptsname_r.texi index a79e751d65..f90428ef51 100644 --- a/doc/glibc-functions/ptsname_r.texi +++ b/doc/glibc-functions/ptsname_r.texi @@ -27,7 +27,7 @@ MSVC 14. @item When this function fails, it returns -1 instead of the error code on some platforms: -Mac OS X 10.13, Android 4.3. +macOS 11.1, Android 4.3. @end itemize Portability problems not fixed by Gnulib: |