avoid some overlong lines from posix urls, etc.
[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 stdint
11 unistd
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 GPL
24
25 Maintainer:
26 Jim Meyering, Eric Blake