aboutsummaryrefslogtreecommitdiff
blob: 34020439efee177138d8341950ac7b2b794782cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * execvpe() wrapper.
 *
 * Copyright 1999-2015 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
#include "__wrapper_exec.c"