Hash :
12f12a9c
Author :
Date :
2010-12-20T12:31:17
getlogin, getlogin_r: Document HP-UX 11.11 bugs. * doc/posix-functions/getlogin.texi: Document HP-UX 11.11 bug. * doc/posix-functions/getlogin_r.texi: Likewise. * tests/test-getlogin_r.c (main): Avoid test failure on HP-UX 11.11.
@node getlogin
@section @code{getlogin}
@findex getlogin
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getlogin.html}
Gnulib module: getlogin
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
mingw.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function returns an empty string even when standard input is a tty
on some platforms:
HP-UX 11.11.
@end itemize