summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/job.c b/job.c
index 2d8fe60..741114d 100644
--- a/job.c
+++ b/job.c
@@ -176,7 +176,9 @@ int wait ();
#ifndef HAVE_UNISTD_H
int dup2 ();
+#if !(defined(_MSC_VER) && defined(_WIN64))
int execve ();
+#endif
void _exit ();
# ifndef VMS
int geteuid ();