* doc/posix-functions/getlogin_r.texi: Document this workaround.
getlogin_r: Add missing declaration on HP-UX 11.
* m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Test whether getlogin_r is
declared also when it exists as a function.
+ * doc/posix-functions/getlogin_r.texi: Document this workaround.
2010-12-20 Bruno Haible <bruno@clisp.org>
This function is missing on some platforms:
NetBSD 3.0, mingw.
@item
+This function is not declared unless @code{_REENTRANT} is defined,
+on some platforms:
+HP-UX 11.
+@item
This function has an incompatible declaration on some platforms:
Solaris 11 2010-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
@end itemize