X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fgetgroups;h=66ff12f2a79d663be22e56a2b262be06bc35891b;hb=13ebbbd5b53127e51b34532465119c97ec6c23ca;hp=13e2f213e9008300bb16f25cbaa103b0edc0da00;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=pspp diff --git a/modules/getgroups b/modules/getgroups index 13e2f213e9..66ff12f2a7 100644 --- a/modules/getgroups +++ b/modules/getgroups @@ -1,17 +1,29 @@ Description: +getgroups() function: return the supplementary group IDs of the current process. Files: lib/getgroups.c m4/getgroups.m4 Depends-on: -xalloc +unistd +malloc-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1] +stdint [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1] configure.ac: -jm_FUNC_GETGROUPS +gl_FUNC_GETGROUPS +if test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1; then + AC_LIBOBJ([getgroups]) +fi +gl_UNISTD_MODULE_INDICATOR([getgroups]) Makefile.am: Include: +License: +LGPL + +Maintainer: +Jim Meyering, Eric Blake