diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-05 01:59:56 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-05 01:59:56 +0000 |
commit | 0d3ca1e56bd1b0bddcf00c0bc57292a84faa3c8d (patch) | |
tree | f1f5d57f3985ca3641d5531f86e7c3d1fa9b4ff0 /opcode.h | |
parent | f2ec2afdc0c596f7deb501073a2632b12609eca5 (diff) | |
download | perl-0d3ca1e56bd1b0bddcf00c0bc57292a84faa3c8d.tar.gz |
Reflect fix to "truncate" in opcode.pl
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2344,7 +2344,7 @@ EXT U32 opargs[] = { 0x00000e14, /* eof */ 0x00000e0c, /* tell */ 0x00011604, /* seek */ - 0x00001114, /* truncate */ + 0x00001614, /* truncate */ 0x0001160c, /* fcntl */ 0x0001160c, /* ioctl */ 0x0000161c, /* flock */ |