summaryrefslogtreecommitdiff
path: root/perliol.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-11-02 17:38:48 -0400
committerDave Mitchell <davem@fdisolutions.com>2007-11-03 11:57:00 +0000
commit77db880c5ac7a05cd8bbb0ffe765e93c9716c130 (patch)
treea2ba03135802aee4691eef455d8dd532dd60a073 /perliol.h
parent680ed74dc0c52ab677066ffb3d985dceec0d8bfd (diff)
downloadperl-77db880c5ac7a05cd8bbb0ffe765e93c9716c130.tar.gz
Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
Message-Id: <472BD128.9080105@iki.fi> PerlIO_teardown is called when there may no longer be an interpreter available p4raw-id: //depot/perl@32215
Diffstat (limited to 'perliol.h')
-rw-r--r--perliol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perliol.h b/perliol.h
index 0c57de1505..756db2d6c2 100644
--- a/perliol.h
+++ b/perliol.h
@@ -170,7 +170,7 @@ PERL_EXPORT_C void PerlIO_list_free(pTHX_ PerlIO_list_t *list);
/* PerlIO_teardown doesn't need exporting, but the EXTERN_C is needed
* for compiling as C++. Must also match with what perl.h says. */
-EXTERN_C void PerlIO_teardown(pTHX);
+EXTERN_C void PerlIO_teardown();
/*--------------------------------------------------------------------------------------*/
/* Generic, or stub layer functions */