aboutsummaryrefslogtreecommitdiffstats
path: root/wrapfuncs.in
diff options
context:
space:
mode:
Diffstat (limited to 'wrapfuncs.in')
-rw-r--r--wrapfuncs.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrapfuncs.in b/wrapfuncs.in
index 2eabd5d..22510dc 100644
--- a/wrapfuncs.in
+++ b/wrapfuncs.in
@@ -88,3 +88,4 @@ char *tmpnam(char *s);
int truncate(const char *path, off_t length);
int utime(const char *path, const struct utimbuf *buf);
int utimes(const char *path, const struct timeval *times);
+int execve(const char *filename, char *const *argv, char *const *envp);