This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_05: pp_sys.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Mon, 9 Sep 1996 21:11:03 +0000 (21:11 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Mon, 9 Sep 1996 21:11:03 +0000 (21:11 +0000)
commitcd52b7b2481ed55ef2eb5159fcf8cc2612ba2f6b
tree5824f802a20ac8ef8d528f1ad7910945a9bcaaba
parente79b05116c7f6dd4a9d984471401ae61fd054c7d
perl 5.003_05: pp_sys.c

Clear any buffer space exposed by by read().
This is almost certainly a bug-fix.

Undef and then re-define my_chsize from Perl_my_chsize to
just plain chsize if this system HAS_CHSIZE.  This probably only
applies to SCO.  This shows the perils of having internal
functions with the same name as external library functions :-).

Use CLK_TCK if HZ is not available.
pp_sys.c