diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/perlhost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/perlhost.h b/win32/perlhost.h index 3d1ddd6b47..78074955b4 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 |