This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7440f
)
[patch] PerlIO_cleanup() prototype
author
Doug MacEachern
<dougm@covalent.net>
Fri, 5 Jan 2001 18:15:31 +0000
(10:15 -0800)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 6 Jan 2001 02:24:02 +0000
(
02:24
+0000)
Message-ID: <Pine.LNX.4.10.
10101051813220
.340-100000@mojo.covalent.net>
p4raw-id: //depot/perl@8344
perlio.h
patch
|
blob
|
blame
|
history
diff --git
a/perlio.h
b/perlio.h
index
0c6b26a
..
a0672be
100644
(file)
--- a/
perlio.h
+++ b/
perlio.h
@@
-322,7
+322,7
@@
extern int PerlIO_binmode (pTHX_ PerlIO *f, int iotype, int omode, const char *
#ifndef PERLIO_IS_STDIO
-extern void PerlIO_cleanup();
+extern void PerlIO_cleanup(
void
);
extern void PerlIO_debug(const char *fmt,...);