From: Jarkko Hietaniemi Date: Wed, 18 Oct 2000 20:55:38 +0000 (+0000) Subject: Missing change from #7362. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1889e8b05e8588a275fc10087f0c0c37acd2fd85;p=p5sagit%2Fp5-mst-13.2.git Missing change from #7362. p4raw-id: //depot/perl@7363 --- diff --git a/win32/perlhost.h b/win32/perlhost.h index 3d1ddd6..7807495 100644 --- a/win32/perlhost.h +++ b/win32/perlhost.h @@ -940,7 +940,7 @@ PerlLIOFlock(struct IPerlLIO* piPerl, int fd, int oper) int PerlLIOFileStat(struct IPerlLIO* piPerl, int handle, struct stat *buffer) { - return fstat(handle, buffer); + return win32_fstat(handle, buffer); } int