RTEMS 4.7.1 On-Line Library
Process Environment Manager getgroups - Get Supplementary Group IDs
RTEMS POSIX API User's Guide
3.4.9: getgroups - Get Supplementary Group IDs
CALLING SEQUENCE:
-
int getgroups(
int gidsetsize,
gid_t grouplist[]
);
STATUS CODES:
NA
DESCRIPTION:
This service is not implemented as RTEMS has no notion of
supplemental groups.
NOTES:
If supported, this routine would only be allowed for
the super-user.
RTEMS POSIX API User's Guide
Copyright © 1988-2004 OAR Corporation