summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2002-07-16 02:57:47 +0000
committerGurusamy Sarathy <gsar@cpan.org>2002-07-16 02:57:47 +0000
commit54725af65d49b2ed8413041530c71b8d3bde0714 (patch)
tree238d29129bd88937476c8d62139e978b5c26b506 /embed.fnc
parenta10b1e109d1f901ff6cb267ca6a30834468b37b7 (diff)
downloadperl-54725af65d49b2ed8413041530c71b8d3bde0714.tar.gz
integrate a variant of change#17568 from maint-5.6 branch (the
do_exec parts elided so that change is restricted strictly to windows; binary compatibility stubs not needed) p4raw-link: @17568 on //depot/maint-5.6/perl: 07691bcd6c6d7fd92f508fd5268e700370ea47c2 p4raw-id: //depot/perl@17570
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc5
1 files changed, 5 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 698741c65d..a2c83b56ac 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -172,6 +172,11 @@ p |void |do_chop |SV* asv|SV* sv
Ap |bool |do_close |GV* gv|bool not_implicit
p |bool |do_eof |GV* gv
p |bool |do_exec |char* cmd
+#if defined(WIN32)
+Ap |int |do_aspawn |SV* really|SV** mark|SV** sp
+Ap |int |do_spawn |char* cmd
+Ap |int |do_spawn_nowait|char* cmd
+#endif
#if !defined(WIN32)
p |bool |do_exec3 |char* cmd|int fd|int flag
#endif