posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mgetgroups
blobf401cdfa80ceffa28689cf035b2cad1bf4ebbfd9
1 Description:
2 Return the group IDs of a user or current process in malloc'd storage.
4 Files:
5 lib/mgetgroups.c
6 lib/mgetgroups.h
7 m4/mgetgroups.m4
9 Depends-on:
10 getgroups
11 getugroups
12 realloc-posix
13 xalloc-oversized
15 configure.ac:
16 gl_MGETGROUPS
18 Makefile.am:
19 lib_SOURCES += mgetgroups.c
21 Include:
22 "mgetgroups.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 Jim Meyering, Eric Blake