aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-12-11 19:24:53 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-12-11 19:24:53 +0000
commit8ccd0b876e67fda6249f294ff484798cc1e1569f (patch)
tree774c484ae2831917500c6a4487837b1dd911327b /include
parent7df526eb10c9095e4988e77900f60ba00c42b095 (diff)
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 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);