aboutsummaryrefslogtreecommitdiffstats
path: root/guts/lutimes.c
blob: fcbf36381ff38135d8970b02b219ee7f736898bc (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * static int
 * wrap_lutimes(const char *path, const struct timeval *tv) {
 *	int rc = -1;
 */

	rc = real_lutimes(path, tv);

/*	return rc;
 * }
 */