aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/getpwent_r.c
blob: 3de41b970dffd6d6544e964916cf5dbebd8a6758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2011 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * int getpwent_r(struct passwd *pwbuf, char *buf, size_t buflen, struct passwd **pwbufp)
 *	int rc = -1;
 */

	rc = real_getpwent_r(pwbuf, buf, buflen, pwbufp);

/*	return rc;
 * }
 */