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

	rc = real_getgrent_r(gbuf, buf, buflen, gbufp);

/*	return rc;
 * }
 */