poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / getpwnam_r.texi
blobdf50cb24e0a78e32e4ec5e98e63fe56f9fce71c0
1 @node getpwnam_r
2 @section @code{getpwnam_r}
3 @findex getpwnam_r
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam_r.html}
7 Gnulib module: extensions
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function has an incompatible declaration on some platforms:
13 Solaris 11.3 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function is missing on some platforms:
20 OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 14, Android 3.0.
21 @end itemize