summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-06-09 16:40:52 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-06-09 16:40:52 +0000
commitb1366aafc0ae88aa629334eee83ef65c43f75718 (patch)
treeb0cf919d5264db2656188fa42c01899696a936b4 /embed.fnc
parenta0f2c8eceae71789431c376e9ac4024e0f45df77 (diff)
downloadperl-b1366aafc0ae88aa629334eee83ef65c43f75718.tar.gz
Mark the 1st argument to S_exec_failed as non null
p4raw-id: //depot/perl@28377
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 3212583c4f..9710caeca2 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -207,7 +207,7 @@ 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
+s |void |exec_failed |NN 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