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

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