aboutsummaryrefslogtreecommitdiffstats
path: root/guts/utimes.c
blob: 0ca14d4932789b7a7ab0a9fadaa453a45ef68c89 (plain)
1
2
3
4
5
6
7
8
9
10
/* 
 * static int
 * wrap_utimes(const char *path, const struct timeval *times) {
 *	int rc = -1;
 */
	rc = real_utimes(path, times);

/*	return rc;
 * }
 */