aboutsummaryrefslogtreecommitdiffstats
path: root/guts/utime.c
blob: 78a01b61743a361b6a2b5ef736218b2cb664020d (plain)
1
2
3
4
5
6
7
8
9
10
/* 
 * static int
 * wrap_utime(const char *path, const struct utimbuf *buf) {
 *	int rc = -1;
 */
	rc = real_utime(path, buf);

/*	return rc;
 * }
 */