aboutsummaryrefslogtreecommitdiff
blob: 8d1a7ae911ae01ad05861d67a5cddee33738c0c6 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * execvp() 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
#include "__wrapper_exec.c"