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

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