diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-09 14:25:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-09 14:25:49 +0000 |
commit | cc8f90d5682ddd1b55cb30ed8ad689300a0aa71c (patch) | |
tree | b351f185392930360b63b5f815de225466191ded /makedef.pl | |
parent | 31973448041b255cd3ec4c776f45a2f3d7a1dc00 (diff) | |
download | perl-cc8f90d5682ddd1b55cb30ed8ad689300a0aa71c.tar.gz |
Add the PerlIOBase_noop_* to the public API as suggested by Stas.
p4raw-id: //depot/perl@19460
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index b075eb41db..d239d163de 100644 --- a/makedef.pl +++ b/makedef.pl @@ -779,6 +779,8 @@ my @layer_syms = qw( PerlIOBase_read PerlIOBase_setlinebuf PerlIOBase_unread + PerlIOBase_noop_ok + PerlIOBase_noop_fail PerlIOBuf_bufsiz PerlIOBuf_fill PerlIOBuf_flush |