faster and 64 bit preserving arithmetic
[p5sagit/p5-mst-13.2.git] / win32 / win32.c
index 2167eeb..924ee92 100644 (file)
@@ -2350,7 +2350,7 @@ win32_fstat(int fd,struct stat *sbufptr)
     }
     return rc;
 #else
-    return fstat(fd,sbufptr);
+    return my_fstat(fd,sbufptr);
 #endif
 }