summaryrefslogtreecommitdiff
path: root/doc/posix-functions/getgroups.texi
blob: f8ba159f3fcbd0912a713b8ba6af0c19439b80fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@node getgroups
@section @code{getgroups}
@findex getgroups

POSIX specification: @url{http://www.opengroup.org/susv3xsh/getgroups.html}

Gnulib module: getgroups

Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
mingw.
@item
On Ultrix 4.3, @code{getgroups (0, 0)} always fails.  See macro
@samp{AC_FUNC_GETGROUPS}.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize