NEWS.stable: log cherry-pick [93d7550]->[0cc5541] maint: replace misused "a" with...
[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 unistd
10 malloc-posix    [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
11 stdint          [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
12
13 configure.ac:
14 gl_FUNC_GETGROUPS
15 gl_UNISTD_MODULE_INDICATOR([getgroups])
16
17 Makefile.am:
18
19 Include:
20 <unistd.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Jim Meyering, Eric Blake