aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2008-06-17 06:26:29 +0000
committerDavid Xu <davidxu@FreeBSD.org>2008-06-17 06:26:29 +0000
commit947aa542e9b9539d4217d470ab7e3d1fe3b973a5 (patch)
tree3becab100d0d969a37794d8b43bde8568de3d68d /include/unistd.h
parentaec9f8e993baa6914ba55cee23f7125e6c75ce3a (diff)
downloadsrc-947aa542e9b9539d4217d470ab7e3d1fe3b973a5.tar.gz
src-947aa542e9b9539d4217d470ab7e3d1fe3b973a5.zip
Notes
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 53efe498b681..cfc8ce4635b3 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -335,6 +335,7 @@ int execlp(const char *, const char *, ...);
int execv(const char *, char * const *);
int execve(const char *, char * const *, char * const *);
int execvp(const char *, char * const *);
+int execvpe(const char *, char * const *, char * const *);
pid_t fork(void);
long fpathconf(int, int);
char *getcwd(char *, size_t);