OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [posix/] [src/] [getgroups.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  getgroups.c,v 1.3 2001/01/24 14:17:28 joel Exp
3
 */
4
 
5
#if HAVE_CONFIG_H
6
#include "config.h"
7
#endif
8
 
9
#include <limits.h>
10
#include <errno.h>
11
#include <string.h>
12
#include <sys/types.h>
13
 
14
#include <rtems/system.h>
15
#include <rtems/score/object.h>
16
#include <rtems/seterr.h>
17
 
18
/*PAGE
19
 *
20
 *  4.2.3 Get Supplementary IDs, P1003.1b-1993, p. 86
21
 */
22
 
23
int getgroups(
24
  int    gidsetsize,
25
  gid_t  grouplist[]
26
)
27
{
28
  return 0;  /* no supplemental group ids */
29
}
30
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.