summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-30 14:14:28 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:11 -0600
commit72eff736270443830fdc71948c7acff90069099b (patch)
tree8e4b0e131c3354c65a7df195f1397cfe044bcda6 /perl.c
parentceea512dd6ecd4090f4f420c42f0fec43d6591e2 (diff)
downloadperl-72eff736270443830fdc71948c7acff90069099b.tar.gz
Document my_exit()
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index e642f2e76d..47b3cedb15 100644
--- a/perl.c
+++ b/perl.c
@@ -5126,6 +5126,15 @@ Perl_call_list(pTHX_ I32 oldscope, AV *paramList)
}
}
+/*
+=for apidoc my_exit
+
+A wrapper for the C library L<exit(3)>, honoring what L<perlapi/PL_exit_flags>
+say to do.
+
+=cut
+*/
+
void
Perl_my_exit(pTHX_ U32 status)
{