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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
mgetgroups
blob
f401cdfa80ceffa28689cf035b2cad1bf4ebbfd9
1
Description:
2
Return the group IDs of a user or current process in malloc'd storage.
3
4
Files:
5
lib/mgetgroups.c
6
lib/mgetgroups.h
7
m4/mgetgroups.m4
8
9
Depends-on:
10
getgroups
11
getugroups
12
realloc-posix
13
xalloc-oversized
14
15
configure.ac:
16
gl_MGETGROUPS
17
18
Makefile.am:
19
lib_SOURCES += mgetgroups.c
20
21
Include:
22
"mgetgroups.h"
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
Jim Meyering, Eric Blake