projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2a07f40
)
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
patch
|
blob
|
blame
|
history
diff --git
a/win32/perlhost.h
b/win32/perlhost.h
index
3d1ddd6
..
7807495
100644
(file)
--- 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