summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-18 13:57:38 -0600
committerKarl Williamson <khw@cpan.org>2022-05-18 15:06:43 -0600
commit1dd205f8a00b6dfe070b11df4665f3efaef74df5 (patch)
tree7cede775a9e955aa7b81ef6c8d2093444e31d859 /util.c
parentbc9e3fb893088d77946e55f316d386d7847133f3 (diff)
downloadperl-1dd205f8a00b6dfe070b11df4665f3efaef74df5.tar.gz
perlapi: Document and mark internal my_popen_list
This implements PerlProc_popen_list on some systems.
Diffstat (limited to 'util.c')
-rw-r--r--util.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/util.c b/util.c
index b0907db198..ca7d374841 100644
--- a/util.c
+++ b/util.c
@@ -2662,6 +2662,14 @@ Perl_unlnk(pTHX_ const char *f) /* unlink all versions of a file */
#endif
#endif
+/*
+=for apidoc my_popen_list
+
+Implementing function on some systems for PerlProc_popen_list()
+
+=cut
+*/
+
PerlIO *
Perl_my_popen_list(pTHX_ const char *mode, int n, SV **args)
{