1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/mgetgroups
Paul Eggert 533101a268 mgetgroups: remove dependency on realloc-gnu
The dependency violates the comment in realloc-gnu, which
says that tests can't depend on realloc-gnu; some tests depend
on mgetgroups, so mgetgroups can't depend on realloc-gnu.
Problem reported by Daniel Richard G. in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-10/msg00056.html>.
* lib/mgetgroups.c (mgetgroups): Don't call realloc (NULL, 0).
* modules/mgetgroups (Depends-on): Depend on realloc-posix,
not realloc-gnu.
2013-10-13 23:09:02 -07:00

29 lines
360 B
Plaintext

Description:
Return the group IDs of a user or current process in malloc'd storage.
Files:
lib/mgetgroups.c
lib/mgetgroups.h
m4/mgetgroups.m4
Depends-on:
getgroups
getugroups
realloc-posix
xalloc-oversized
configure.ac:
gl_MGETGROUPS
Makefile.am:
lib_SOURCES += mgetgroups.c
Include:
"mgetgroups.h"
License:
LGPLv2+
Maintainer:
Jim Meyering, Eric Blake