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/posix-functions/perror.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/posix-functions/perror.texi')
-rw-r--r-- | doc/posix-functions/perror.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/perror.texi b/doc/posix-functions/perror.texi index 48867c0601..bbc2925d60 100644 --- a/doc/posix-functions/perror.texi +++ b/doc/posix-functions/perror.texi @@ -15,7 +15,7 @@ OpenBSD 4.0, Cygwin 1.5.x, mingw, MSVC 14. @item This function treats @code{errno} of 0 like failure, although POSIX requires that the message declare it as a success, on some platforms: -FreeBSD 8.2, OpenBSD 4.7, Mac OS X 10.13. +FreeBSD 8.2, OpenBSD 4.7, macOS 11.1. @item This function clobbers the @code{strerror} buffer on some platforms: Cygwin 1.7.9. |