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

#define WRAPPER_ARGS_PROTO const char *path, char *const argv[]
#define WRAPPER_ARGS path, argv
#define EXEC_NO_PATH
#include "__wrapper_exec.c"