summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2006-06-07 08:53:02 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-06-09 16:15:08 +0000
commita0f2c8eceae71789431c376e9ac4024e0f45df77 (patch)
tree716cd7da5fb03a7c87f8180cfeb7211763f6dd6d /proto.h
parent92dcf8ce268fff64097044a269995ffa27692a3d (diff)
downloadperl-a0f2c8eceae71789431c376e9ac4024e0f45df77.tar.gz
Add error checks after execing PL_cshname or PL_sh_path
From: "Jan Dubois" <jand@activestate.com> Message-ID: <002301c68a85$21aa7320$d045a8c0@candy> p4raw-id: //depot/perl@28376
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index da4a1531cf..aad0de618d 100644
--- a/proto.h
+++ b/proto.h
@@ -441,6 +441,9 @@ PERL_CALLCONV bool Perl_do_exec3(pTHX_ const char* cmd, int fd, int do_report)
#endif
PERL_CALLCONV void Perl_do_execfree(pTHX);
+#ifdef PERL_IN_DOIO_C
+STATIC void S_exec_failed(pTHX_ const char *cmd, int fd, int do_report);
+#endif
#if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM)
PERL_CALLCONV I32 Perl_do_ipcctl(pTHX_ I32 optype, SV** mark, SV** sp)
__attribute__nonnull__(pTHX_2)