repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
xgetgroups
blob
6ae36143425f919b590c340dabd88a7479ad9de0
1
Description:
2
Return the group IDs of a user or current process in malloc'd storage, with
3
out-of-memory checking.
4
5
Files:
6
lib/xgetgroups.c
7
8
Depends-on:
9
mgetgroups
10
xalloc
11
12
configure.ac:
13
gl_MODULE_INDICATOR([xgetgroups])
14
15
Makefile.am:
16
lib_SOURCES += xgetgroups.c
17
18
Include:
19
"mgetgroups.h"
20
21
License:
22
GPL
23
24
Maintainer:
25
Jim Meyering, Eric Blake