diff options
author | Jan Dubois <jand@activestate.com> | 2006-06-07 08:53:02 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-09 16:15:08 +0000 |
commit | a0f2c8eceae71789431c376e9ac4024e0f45df77 (patch) | |
tree | 716cd7da5fb03a7c87f8180cfeb7211763f6dd6d /embed.fnc | |
parent | 92dcf8ce268fff64097044a269995ffa27692a3d (diff) | |
download | perl-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 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -206,6 +206,9 @@ Ap |int |do_spawn_nowait|NN char* cmd p |bool |do_exec3 |NN const char* cmd|int fd|int do_report #endif p |void |do_execfree +#ifdef PERL_IN_DOIO_C +s |void |exec_failed |const char *cmd|int fd|int do_report +#endif #if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM) p |I32 |do_ipcctl |I32 optype|NN SV** mark|NN SV** sp p |I32 |do_ipcget |I32 optype|NN SV** mark|NN SV** sp |