getgroups, getugroups: provide stubs for mingw
[gnulib.git] / modules / getgroups
1 Description:
2 getgroups() function: return the supplementary group IDs of the current process.
3
4 Files:
5 lib/getgroups.c
6 m4/getgroups.m4
7
8 Depends-on:
9 malloc-posix
10 unistd
11
12 configure.ac:
13 gl_FUNC_GETGROUPS
14 gl_UNISTD_MODULE_INDICATOR([getgroups])
15
16 Makefile.am:
17
18 Include:
19 <unistd.h>
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering, Eric Blake