aboutsummaryrefslogtreecommitdiff
blob: 902c6f58ddf53b55e20d5aca284c8b27806274b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * utimes() wrapper.
 *
 * Copyright 1999-2008 Gentoo Foundation
 * Licensed under the GPL-2
 */

#define WRAPPER_ARGS_PROTO const char *filename, const struct timeval times[2]
#define WRAPPER_ARGS filename, times
#ifndef WRAPPER_SAFE
# define WRAPPER_SAFE() SB_SAFE(filename)
#endif
#include "__wrapper_simple.c"