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

	rc = pseudo_egid;

/*	return rc;
 * }
 */