summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2018-11-20 15:30:20 +1100
committerTony Cook <tony@develop-help.com>2018-11-26 13:48:36 +1100
commit404395d24bc87890c7d978622296b9925a347aa0 (patch)
tree4827c735931451b9105ca32b90c28260fc93cc79 /embed.fnc
parent3a56a99d41d6fbc76d3de73c647f90cf10ea1992 (diff)
downloadperl-404395d24bc87890c7d978622296b9925a347aa0.tar.gz
(perl #133659) move argvout cleanup to a new function
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 2ed2cc32b9..408917e0a7 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -440,6 +440,7 @@ p |bool|do_exec3 |NN const char *incmd|int fd|int do_report
#endif
#if defined(PERL_IN_DOIO_C)
s |void |exec_failed |NN const char *cmd|int fd|int do_report
+s |bool |argvout_final |NN MAGIC *mg|NN IO *io|bool not_implicit
#endif
#if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM)
: Defined in doio.c, used only in pp_sys.c