Support non-blocking pipe I/O and SIGPIPE in pwrite().
[pspp] / modules / getgroups
index 219b454ddce7e4b10af2f051ee653bf6178daeb7..aabcefc5cc5a5b5e9d906cf33e1bfea51b4813ef 100644 (file)
@@ -6,16 +6,21 @@ 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>
 
-Maintainer:
-Jim Meyering
+License:
+GPL
 
+Maintainer:
+Jim Meyering, Eric Blake