summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-03-10 19:13:38 -0600
committerNicholas Clark <nick@ccl4.org>2006-03-11 10:16:04 +0000
commit5b5cf8d2a2291946fc318cadec7c0c58e74bd1aa (patch)
treed5db49c4d47c5feddc5cd956d76141974546f58e /embed.fnc
parent26ff08064ccac2e27a67c591a44b240da64e2844 (diff)
downloadperl-5b5cf8d2a2291946fc318cadec7c0c58e74bd1aa.tar.gz
Sync up embed.fnc and doio.c
Message-ID: <20060311071338.GA12490@petdance.com> Date: Sat, 11 Mar 2006 01:13:38 -0600 p4raw-id: //depot/perl@27470
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 8a13284c5f..ea1f33a3d1 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -180,7 +180,7 @@ p |OP* |vdie |NULLOK const char* pat|NULLOK va_list* args
p |OP* |die_where |NULLOK const char* message|STRLEN msglen
Ap |void |dounwind |I32 cxix
pmb |bool |do_aexec |NULLOK SV* really|NN SV** mark|NN SV** sp
-p |bool |do_aexec5 |NULLOK SV* really|NN SV** mark|NN SV** sp|int fd|int flag
+p |bool |do_aexec5 |NULLOK SV* really|NN SV** mark|NN SV** sp|int fd|int do_report
Ap |int |do_binmode |NN PerlIO *fp|int iotype|int mode
p |void |do_chop |NN SV* asv|NN SV* sv
Ap |bool |do_close |NN GV* gv|bool not_implicit
@@ -198,7 +198,7 @@ Ap |int |do_spawn |NN char* cmd
Ap |int |do_spawn_nowait|NN char* cmd
#endif
#if !defined(WIN32)
-p |bool |do_exec3 |NN const char* cmd|int fd|int flag
+p |bool |do_exec3 |NN const char* cmd|int fd|int do_report
#endif
p |void |do_execfree
#if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM)