summaryrefslogtreecommitdiff
path: root/win32/win32io.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@engin.umich.edu>1997-06-24 10:49:12 +1200
committerTim Bunce <Tim.Bunce@ig.co.uk>1997-08-07 00:00:00 +1200
commit6890e559d7ce8a57fe2b6b18ef51d300ce98843f (patch)
tree80495b2027569001ce15fa521efa9ce066381298 /win32/win32io.c
parentb4793f7f58b137d8b2f6d505d6c77dee2cd8cb25 (diff)
downloadperl-6890e559d7ce8a57fe2b6b18ef51d300ce98843f.tar.gz
exec() fixed on win32
exec() doesn't work right on Win32 because of the UNIX-specific do_exec(). This patch fixes that, and updates the README.win32 in spots. p5p-msgid: 199706241525.LAA06554@aatma.engin.umich.edu
Diffstat (limited to 'win32/win32io.c')
-rw-r--r--win32/win32io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32io.c b/win32/win32io.c
index 0651781342..96ceb3eabe 100644
--- a/win32/win32io.c
+++ b/win32/win32io.c
@@ -297,6 +297,7 @@ WIN32_IOSUBSYSTEM win32stdio = {
_rmdir,
_chdir,
my_flock, /* (*pfunc_flock)(int fd, int oper) */
+ execvp,
87654321L, /* end of structure */
};