poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / getlogin.texi
blobb464ed0fe56257d38ee9973740c3368cc9021da3
1 @node getlogin
2 @section @code{getlogin}
3 @findex getlogin
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getlogin.html}
7 Gnulib module: getlogin
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 older mingw, MSVC 14.
14 @item
15 This function is not declared unless @code{_POSIX} is defined on some platforms:
16 mingw.
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @item
22 This function returns an empty string even when standard input is a tty
23 on some platforms:
24 HP-UX 11.11.
25 @end itemize