aboutsummaryrefslogtreecommitdiffstats
path: root/ports/uids_generic/guts/getuid.c
blob: 39458363247ec98391232aa24b2c1b7f0da682c3 (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 uid_t
 * wrap_getuid(void) {
 *	uid_t rc = 0;
 */

	rc = pseudo_ruid;

/*	return rc;
 * }
 */