aboutsummaryrefslogtreecommitdiffstats
path: root/guts/truncate64.c
blob: a79898461d3a31c4f25209f06f97a1606a2125eb (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_truncate64(const char *path, off64_t length) {
 *	int rc = -1;
 */

	rc = real_truncate64(path, length);

/*	return rc;
 * }
 */