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

#define WRAPPER_ARGS_PROTO const char *path, off_t length
#define WRAPPER_ARGS path, length
#define WRAPPER_SAFE() FUNCTION_SANDBOX_SAFE(path)
#include "__wrapper_simple.c"