diff options
author | Andy Lester <andy@petdance.com> | 2006-03-10 19:13:38 -0600 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-11 10:16:04 +0000 |
commit | 5b5cf8d2a2291946fc318cadec7c0c58e74bd1aa (patch) | |
tree | d5db49c4d47c5feddc5cd956d76141974546f58e /proto.h | |
parent | 26ff08064ccac2e27a67c591a44b240da64e2844 (diff) | |
download | perl-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 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -389,7 +389,7 @@ PERL_CALLCONV void Perl_dounwind(pTHX_ I32 cxix); __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3); */ -PERL_CALLCONV bool Perl_do_aexec5(pTHX_ SV* really, SV** mark, SV** sp, int fd, int flag) +PERL_CALLCONV bool Perl_do_aexec5(pTHX_ SV* really, SV** mark, SV** sp, int fd, int do_report) __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3); @@ -431,7 +431,7 @@ PERL_CALLCONV int Perl_do_spawn_nowait(pTHX_ char* cmd) #endif #if !defined(WIN32) -PERL_CALLCONV bool Perl_do_exec3(pTHX_ const char* cmd, int fd, int flag) +PERL_CALLCONV bool Perl_do_exec3(pTHX_ const char* cmd, int fd, int do_report) __attribute__nonnull__(pTHX_1); #endif |