poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / getgrgid_r.texi
blob8fae4b3eeb97c3c4348ae81965f0fafb60e4dfa1
1 @node getgrgid_r
2 @section @code{getgrgid_r}
3 @findex getgrgid_r
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getgrgid_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 Minix 3.1.8, mingw, MSVC 14, Android 6.0.
21 @end itemize