diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2023-12-11 19:24:53 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2023-12-11 19:24:53 +0000 |
| commit | 8ccd0b876e67fda6249f294ff484798cc1e1569f (patch) | |
| tree | 774c484ae2831917500c6a4487837b1dd911327b /include | |
| parent | 7df526eb10c9095e4988e77900f60ba00c42b095 (diff) | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index e3e5675b3da0..8a01d563fe99 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -501,6 +501,7 @@ int eaccess(const char *, int); void endusershell(void); int exect(const char *, char * const *, char * const *); int execvP(const char *, const char *, char * const *); +int execvpe(const char *, char * const *, char * const *); int feature_present(const char *); char *fflagstostr(u_long); int getdomainname(char *, int); |
