summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index bf10a6d1..a906552d 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -177,6 +177,7 @@ void endusershell(void);
char *getusershell(void);
int acct(const char *);
long syscall(long, ...);
+int execvpe(const char *, char *const [], char *const []);
#endif
#ifdef _GNU_SOURCE