aboutsummaryrefslogtreecommitdiffstats
path: root/ports/uids_generic/guts/getegid.c
blob: 7c14f486ada9da0a62990521fe5bceaa5b73aa18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * Copyright (c) 2008-2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * static gid_t
 * wrap_getegid(void) {
 *	gid_t rc = 0;
 */

	rc = pseudo_egid;

/*	return rc;
 * }
 */