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

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