diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-05 01:58:34 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-05 01:58:34 +0000 |
commit | 5e9dbca773ee977716cf95056b1cd73811d3698a (patch) | |
tree | f30665c4f741b52603dc103522439b0d091c7d6d /opcode.pl | |
parent | 0d3ca1e56bd1b0bddcf00c0bc57292a84faa3c8d (diff) | |
download | perl-5e9dbca773ee977716cf95056b1cd73811d3698a.tar.gz |
"truncate" should expect file handle as first argument
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,7 @@ recv recv ck_fun imst F R S S eof eof ck_eof is F? tell tell ck_fun st F? seek seek ck_fun s F S S -truncate truncate ck_trunc is S S +truncate truncate ck_trunc is F S fcntl fcntl ck_fun st F S S ioctl ioctl ck_fun st F S S |