aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2003-06-29 17:33:34 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2003-06-29 17:33:34 +0000
commit09f49aab843136b36644e57acfa3a727098016e9 (patch)
tree8f553a0aed9c7e26590831e651a76750dd5efb9d /include
parent2e7c2f97aa37e821bbf71470a2b897160bd511c3 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 4c4b04cc77989..3753cd810e141 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 execvP(const char *, const char *, char * const *);
pid_t fork(void);
long fpathconf(int, int);
char *getcwd(char *, size_t);