aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/acct.c
blob: b8dca5d5517359232d146fd80eb7a3940761dd36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 
 * Copyright (c) 2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * static int
 * wrap_acct(const char *path) {
 *	int rc = -1;
 */

	rc = real_acct(path);

/*	return rc;
 * }
 */