summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-05 17:16:09 +0100
committerBruno Haible <bruno@clisp.org>2023-01-05 17:16:09 +0100
commit7ca7d7d7d7553f9d6f3484e53f24d10433f8fdcd (patch)
tree4390ec945fb57ccb3b0d46118c1e3fd9d878a02d /doc
parentcf2937d427fd4fc5841b12f2da7ca38297738bf6 (diff)
downloadgnulib-7ca7d7d7d7553f9d6f3484e53f24d10433f8fdcd.tar.gz
getpass: Fix compilation error on Android.
* m4/getpass.m4 (gl_FUNC_GETPASS): Define NO_INLINE_GETPASS. * doc/glibc-functions/getpass.texi: Mention the Android problem.
Diffstat (limited to 'doc')
-rw-r--r--doc/glibc-functions/getpass.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/glibc-functions/getpass.texi b/doc/glibc-functions/getpass.texi
index 17f1b2374b..8d2ff847ee 100644
--- a/doc/glibc-functions/getpass.texi
+++ b/doc/glibc-functions/getpass.texi
@@ -22,6 +22,10 @@ Portability problems fixed by either Gnulib module @code{getpass} or @code{getpa
@item
This function is missing on some platforms:
mingw, MSVC 14, Android 9.0.
+@item
+This function cannot be called from plain inline or extern inline functions
+on some platforms:
+Android 13.
@end itemize
Portability problems fixed by Gnulib module @code{getpass-gnu}: