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

	rc = real_acct(path);

/*	return rc;
 * }
 */