aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/utimes.c
blob: 69ad949596f8456f32171e2a6516d9659d0f647e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 
 * Copyright (c) 2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * static int
 * wrap_utimes(const char *path, const struct timeval *times) {
 *	int rc = -1;
 */
	rc = real_utimes(path, times);

/*	return rc;
 * }
 */