unictype/bidi*: Rename modules.
[pspp] / modules / getgroups
index 13e2f213e9008300bb16f25cbaa103b0edc0da00..aabcefc5cc5a5b5e9d906cf33e1bfea51b4813ef 100644 (file)
@@ -1,17 +1,26 @@
 Description:
+getgroups() function: return the supplementary group IDs of the current process.
 
 Files:
 lib/getgroups.c
 m4/getgroups.m4
 
 Depends-on:
-xalloc
+malloc-posix
+stdint
+unistd
 
 configure.ac:
-jm_FUNC_GETGROUPS
+gl_FUNC_GETGROUPS
+gl_UNISTD_MODULE_INDICATOR([getgroups])
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering, Eric Blake