diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2008-06-23 05:22:06 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2008-06-23 05:22:06 +0000 |
| commit | c605eea952146348e5e1ad5cab6c127d7a1bd164 (patch) | |
| tree | 37f73290d9e8248f3796231b9552e9950ed5a717 /include | |
| parent | d7c5bf81cba9a0342ae6e1b068cc30fd260e672f (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index cfc8ce4635b39..53efe498b6810 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -335,7 +335,6 @@ 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); |
