aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/utime.c
blob: ff652372080c0e0878a68a7253d78f14f010ad4e (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_utime(const char *path, const struct utimbuf *buf) {
 *	int rc = -1;
 */
	rc = real_utime(path, buf);

/*	return rc;
 * }
 */