aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/acct.c
blob: a99dab1506ce285d11e9a55cb63b7f3d5e4039e1 (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 acct(const char *path)
 *	int rc = -1;
 */

	rc = real_acct(path);

/*	return rc;
 * }
 */