mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
263 B
Plaintext
25 lines
263 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:
|
|
gl_FUNC_GETGROUPS
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|