aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/fgetpwent_r.c
blob: cfea5b8db7ef66a541e5ca66666669a05bec5e39 (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 fgetpwent_r(FILE *fp, struct passwd *pbuf, char *buf, size_t buflen, struct passwd **pbufp)
 *	int rc = -1;
 */

	rc = real_fgetpwent_r(fp, pbuf, buf, buflen, pbufp);

/*	return rc;
 * }
 */