summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-11 20:39:55 +0100
committerBruno Haible <bruno@clisp.org>2023-01-11 20:39:55 +0100
commitb19433a961e6b10c112e98f2b9d3184bb8d091bd (patch)
tree4d92bf6fe9c4da437ad3fd260e7f5db001c61a8d /doc
parent8403a25898326e0214a3e0a94f1aaed991b708c6 (diff)
downloadgnulib-b19433a961e6b10c112e98f2b9d3184bb8d091bd.tar.gz
perror: Fix "perror clobbers strerror's buffer" problem on Android.
* m4/perror.m4 (gl_FUNC_PERROR): Set REPLACE_PERROR to 1 on Android. * doc/posix-functions/perror.texi: Mention the Android problem.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/perror.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/perror.texi b/doc/posix-functions/perror.texi
index bbc2925d60..4c4a7e36dd 100644
--- a/doc/posix-functions/perror.texi
+++ b/doc/posix-functions/perror.texi
@@ -18,7 +18,7 @@ requires that the message declare it as a success, on some platforms:
FreeBSD 8.2, OpenBSD 4.7, macOS 11.1.
@item
This function clobbers the @code{strerror} buffer on some platforms:
-Cygwin 1.7.9.
+Cygwin 1.7.9, Android 11.
@item
This function fails to print a useful a string for out-of-range integers on
some platforms: