aboutsummaryrefslogtreecommitdiffstats
path: root/guts/truncate.c
blob: 6a19a50cf25ccf819d01877449ce7b393aa345e8 (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_truncate(const char *path, off_t length) {
 *	int rc = -1;
 */

	rc = real_truncate(path, length);

/*	return rc;
 * }
 */