getgroups: avoid calling exit
[gnulib.git] / modules / getgroups
index 8d4972e..472d20e 100644 (file)
@@ -6,13 +6,19 @@ lib/getgroups.c
 m4/getgroups.m4
 
 Depends-on:
-xalloc
+malloc-posix
+unistd
 
 configure.ac:
-jm_FUNC_GETGROUPS
+gl_FUNC_GETGROUPS
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering, Eric Blake