diff options
Diffstat (limited to 'libc/unistd/execlp.c')
-rw-r--r-- | libc/unistd/execlp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/unistd/execlp.c b/libc/unistd/execlp.c index 571ab71b0..50fb4a032 100644 --- a/libc/unistd/execlp.c +++ b/libc/unistd/execlp.c @@ -4,6 +4,7 @@ #include <stdarg.h> extern char **environ; +extern int execvep(const char *path, char *__const argv[], char *__const envp[]); int execlp(__const char *file, __const char *arg, ...) { |