Missing change from #7362.
Jarkko Hietaniemi [Wed, 18 Oct 2000 20:55:38 +0000 (20:55 +0000)]
p4raw-id: //depot/perl@7363

win32/perlhost.h

index 3d1ddd6..7807495 100644 (file)
@@ -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