aboutsummaryrefslogtreecommitdiffstats
path: root/guts/lutimes.c
blob: cdadbbd211e2ef45087a5343b15b69fc5511bb31 (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_lutimes(const char *path, const struct timeval *tv) {
 *	int rc = -1;
 */

	rc = real_lutimes(path, tv);

/*	return rc;
 * }
 */