Problem reported by Nicolas Boos <https://bugs.gnu.org/76876>.
+2025-03-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ getlogin: document musl bug
+ Problem reported by Nicolas Boos <https://bugs.gnu.org/76876>.
+
2025-03-07 Bruno Haible <bruno@clisp.org>
gocomp-script: Avoid error on native Windows.
Portability problems not fixed by Gnulib:
@itemize
@item
+This function returns the value of the @env{LOGNAME} environment variable:
+musl libc 1.2.5.
+@item
This function returns an empty string even when standard input is a tty
on some platforms:
HP-UX 11.11.
This function has an incompatible declaration on some platforms:
FreeBSD 12.0, MidnightBSD 2.0, Solaris 11.4 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
@item
+This function returns the value of the @env{LOGNAME} environment variable:
+musl libc 1.2.5.
+@item
This function fails even when standard input is a tty on some platforms:
HP-UX 11.11.
@item