getgroups: avoid calling exit
[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
15 Makefile.am:
16
17 Include:
18 <unistd.h>
19
20 License:
21 GPL
22
23 Maintainer:
24 Jim Meyering, Eric Blake