From 7ca7d7d7d7553f9d6f3484e53f24d10433f8fdcd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 5 Jan 2023 17:16:09 +0100 Subject: 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. --- doc/glibc-functions/getpass.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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}: -- cgit v1.2.1