summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-07 15:39:52 -0600
committerKarl Williamson <khw@cpan.org>2022-05-07 15:43:15 -0600
commit9b4f0c1c1e2c90076e8eab648e0e1f341e56bf3c (patch)
tree46800976c213c4441d0d91529124e40931eea64a /doio.c
parentb6f27e5889a03fb05e52b179f95b32fd9dcded26 (diff)
downloadperl-9b4f0c1c1e2c90076e8eab648e0e1f341e56bf3c.tar.gz
Revert "Mark internal and document do_close"
This reverts commit 2ad26d7ef45dfa5bf5ac485939c7d3e6f47485d8. A pull request will be submitted to garner feedback.
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/doio.c b/doio.c
index 83061b532f..87790da137 100644
--- a/doio.c
+++ b/doio.c
@@ -1811,15 +1811,7 @@ S_argvout_final(pTHX_ MAGIC *mg, IO *io, bool not_implicit) {
return retval;
}
-/*
-=for apidoc_section $io
-=for apidoc do_close
-
-Implements pp_close and used as a helper in other system functions
-
-=cut
-
- * explicit renamed to avoid C++ conflict -- kja */
+/* explicit renamed to avoid C++ conflict -- kja */
bool
Perl_do_close(pTHX_ GV *gv, bool not_implicit)
{