poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / getpwuid_r.texi
blob1389c737b98a1eb61580476d379b2239d2622569
1 @node getpwuid_r
2 @section @code{getpwuid_r}
3 @findex getpwuid_r
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_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 unsafe to call between @code{fork} and @code{exec} if
20 the parent process is multi-threaded.  Use it prior to forking.
21 @item
22 This function is missing on some platforms:
23 OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 14, Android 3.0.
24 @end itemize