aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/fgetgrent_r.c
blob: e760cdd135eaef4208cc8725aee9b9add1b313c5 (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 fgetgrent_r(FILE *fp, struct group*gbuf, char *buf, size_t buflen, struct group **gbufp)
 *	int rc = -1;
 */

	rc = real_fgetgrent_r(fp, gbuf, buf, buflen, gbufp);

/*	return rc;
 * }
 */