diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-06-04 21:23:15 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-02-18 14:40:28 +0100 |
commit | 0eb30761a26c46aaf555464114851202ae9c27bd (patch) | |
tree | ea6a328a6137cb92e719df5c8bbb1ab4b552c49c /libc/unistd/execvpe.c | |
parent | dcd8e7e8c9c5c5de727c9f1ff9499248cdf6f40e (diff) |
libc: add non standard execvpe function
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
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" |