Hash :
f3a2c4aa
Author :
Date :
2009-11-13T09:06:14
getgroups: avoid compilation failure * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX. * modules/getgroups (Depends-on): Add stdint. Signed-off-by: Eric Blake <ebb9@byu.net>
Description:
getgroups() function: return the supplementary group IDs of the current process.
Files:
lib/getgroups.c
m4/getgroups.m4
Depends-on:
malloc-posix
stdint
unistd
configure.ac:
gl_FUNC_GETGROUPS
gl_UNISTD_MODULE_INDICATOR([getgroups])
Makefile.am:
Include:
<unistd.h>
License:
GPL
Maintainer:
Jim Meyering, Eric Blake