summaryrefslogtreecommitdiff
path: root/win32/win32iop.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@engin.umich.edu>1997-08-01 01:26:12 +1200
committerTim Bunce <Tim.Bunce@ig.co.uk>1997-08-07 00:00:00 +1200
commit67fbe06e7fe7dfa95ec51821be9237cabdf281e2 (patch)
tree271a3678200e5f490bcfe7cf7fed9b8175ee5d1a /win32/win32iop.h
parent2bc71ef813f5d9e1635af64220cf742859485b38 (diff)
downloadperl-67fbe06e7fe7dfa95ec51821be9237cabdf281e2.tar.gz
win32_stat() fixes (2nd try)
Here's a better version (the earlier one didn't clear the execute bit for some files). This one also enables a test. p5p-msgid: 199708040137.VAA16810@aatma.engin.umich.edu
Diffstat (limited to 'win32/win32iop.h')
-rw-r--r--win32/win32iop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h
index 6ec25b0c3a..56ed40282a 100644
--- a/win32/win32iop.h
+++ b/win32/win32iop.h
@@ -138,6 +138,7 @@ void * SetIOSubSystem(void *piosubsystem);
#define tmpfile() win32_tmpfile()
#define abort() win32_abort()
#define fstat(fd,bufptr) win32_fstat(fd,bufptr)
+#define stat(pth,bufptr) win32_stat(pth,bufptr)
#define setmode(fd,mode) win32_setmode(fd,mode)
#define lseek(fd,offset,orig) win32_lseek(fd,offset,orig)
#define tell(fd) win32_tell(fd)