diff options
Diffstat (limited to 'libc/unistd/execvpe.c')
-rw-r--r-- | libc/unistd/execvpe.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/unistd/execvpe.c b/libc/unistd/execvpe.c new file mode 100644 index 000000000..c3c1e43fe --- /dev/null +++ b/libc/unistd/execvpe.c @@ -0,0 +1,7 @@ +/* Copyright (C) 2011-2013 Hennning Heinold <heinold@inf.fu-berlin.de> + * + * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball. + */ + +#define L_execvpe +#include "exec.c" |