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

Subversion Repositories or1k

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  getegid.c,v 1.6 2002/04/03 14:21:44 joel Exp
3
 */
4
 
5
#if HAVE_CONFIG_H
6
#include "config.h"
7
#endif
8
 
9
#include <limits.h>
10
#include <string.h>
11
#include <sys/types.h>
12
 
13
#include <rtems/system.h>
14
#include <rtems/score/object.h>
15
#include <rtems/seterr.h>
16
#include <rtems/userenv.h>
17
 
18
/*
19
 * MACRO in userenv.h
20
gid_t _POSIX_types_Egid = 0;
21
*/
22
 
23
/*PAGE
24
 *
25
 *  4.2.1 Get Real User, Effective User, Ral Group, and Effective Group IDs,
26
 *        P1003.1b-1993, p. 84
27
 */
28
 
29
gid_t getegid( void )
30
{
31
  return _POSIX_types_Egid;
32
}
33
 

powered by: WebSVN 2.1.0

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