summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2010-07-12 20:32:59 +0000
committerPaul Smith <psmith@gnu.org>2010-07-12 20:32:59 +0000
commitded9121846fce5ecea9e85032f2dc5eb996460f7 (patch)
treec979e301a2aba25f4fcf4fbbeaa25005f26c0e57 /job.c
parent02ff72c9705b63d74eb26e8cf2294f40d800517a (diff)
downloadgunmake-ded9121846fce5ecea9e85032f2dc5eb996460f7.tar.gz
Fixes to build_w32.bat for building with MSVC 64bit.
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 ();