This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #15015] truncate incorrectly calls ftruncate w/ Linux w/+largefiles
authorLeif Huhn <leif@hale.dkstat.com>
Wed, 17 Jul 2002 20:56:55 +0000 (20:56 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 18 Jul 2002 04:01:33 +0000 (04:01 +0000)
commit25342a554312ec272aa82646241e17c25b9a2b25
treee96aa2506f75d5246e442ae66b0170e9e1e18afa
parent78232bc06ee8f2056d0df2e16ccf05f417b0df87
[perl #15015] truncate incorrectly calls ftruncate w/ Linux w/+largefiles
From: Leif Huhn (via RT) <perlbug@perl.org>
Message-Id: <rt-15015-30041.8.70975172593674@perl>

Popping off an Off_t tested for sizeof(size_t),
when it was supposed to be testing for sizeof(off_t).

p4raw-id: //depot/perl@17616
pp_sys.c