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

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