summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-14 03:49:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-14 03:49:54 +0000
commit4f49e16e1f424d2d3ef7213c0dc56e638eb789a6 (patch)
tree3f1fe01149bb5456213980160c91e26b570295ac /XSUB.h
parentdb36c5a16ec06ab929abf72b6174b106e97b8088 (diff)
downloadperl-4f49e16e1f424d2d3ef7213c0dc56e638eb789a6.tar.gz
File::Glob fixes for Windows
p4raw-id: //depot/perl@4373
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XSUB.h b/XSUB.h
index 5ce8fb47a2..ae746a6925 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -203,7 +203,7 @@
# define read PerlLIO_read
# define rename PerlLIO_rename
# define setmode PerlLIO_setmode
-# define stat PerlLIO_stat
+# define stat(buf,sb) PerlLIO_stat(buf,sb)
# define tmpnam PerlLIO_tmpnam
# define umask PerlLIO_umask
# define unlink PerlLIO_unlink