unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / getgroups
blob58c607930ffff336457ee1af090c9377c3d0e562
1 Description:
2 getgroups() function: return the supplementary group IDs of the current process.
4 Files:
5 lib/getgroups.c
6 m4/getgroups.m4
8 Depends-on:
9 unistd
10 free-posix      [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
11 malloc-posix    [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
12 stdint          [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
14 configure.ac:
15 gl_FUNC_GETGROUPS
16 gl_CONDITIONAL([GL_COND_OBJ_GETGROUPS],
17                [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1])
18 gl_UNISTD_MODULE_INDICATOR([getgroups])
20 Makefile.am:
21 if GL_COND_OBJ_GETGROUPS
22 lib_SOURCES += getgroups.c
23 endif
25 Include:
26 <unistd.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 Jim Meyering, Eric Blake