blob: 6ae36143425f919b590c340dabd88a7479ad9de0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Description:
Return the group IDs of a user or current process in malloc'd storage, with
out-of-memory checking.
Files:
lib/xgetgroups.c
Depends-on:
mgetgroups
xalloc
configure.ac:
gl_MODULE_INDICATOR([xgetgroups])
Makefile.am:
lib_SOURCES += xgetgroups.c
Include:
"mgetgroups.h"
License:
GPL
Maintainer:
Jim Meyering, Eric Blake
|