From 0eb30761a26c46aaf555464114851202ae9c27bd Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sat, 4 Jun 2011 21:23:15 +0200 Subject: libc: add non standard execvpe function Signed-off-by: Henning Heinold Signed-off-by: Bernhard Reutner-Fischer --- libc/unistd/execvpe.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libc/unistd/execvpe.c (limited to 'libc/unistd/execvpe.c') 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 + * + * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball. + */ + +#define L_execvpe +#include "exec.c" -- cgit v1.2.3