RTEMS Logo

RTEMS 4.10.2 On-Line Library


Process Environment Manager getgroups - Get Supplementary Group IDs

PREV UP NEXT Bookshelf 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.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation