getgroups: document portability issues
[gnulib.git] / doc / posix-functions / getpwuid_r.texi
1 @node getpwuid_r
2 @section @code{getpwuid_r}
3 @findex getpwuid_r
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html}
6
7 Gnulib module: extensions
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function has an incompatible declaration on some platforms:
13 Solaris 11 2011-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
14 @end itemize
15
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 9, BeOS.
24 @end itemize