mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
22 lines
249 B
Plaintext
22 lines
249 B
Plaintext
Description:
|
|
getgroups() function: return the supplementary group IDs of the current process.
|
|
|
|
Files:
|
|
lib/getgroups.c
|
|
m4/getgroups.m4
|
|
|
|
Depends-on:
|
|
xalloc
|
|
|
|
configure.ac:
|
|
jm_FUNC_GETGROUPS
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|