Sweden-Number/dlls/msvcrt
Damjan Jovanovic 2705d78876 msvcrt: Fix fstat's handling of pipes and char devices.
For pipes/char devices, st_dev and st_rdev should be the fd, st_nlink
is always 1, and st_mode is S_IFIFO and S_IFCHR respectively.
Added tests to prove the new behaviour right.
2007-02-16 13:13:37 +01:00
..
tests msvcrt: Fix fstat's handling of pipes and char devices. 2007-02-16 13:13:37 +01:00
Makefile.in
console.c
cpp.c
cppexcept.c
cppexcept.h
ctype.c
data.c
dir.c
environ.c
errno.c
except.c
exit.c
file.c msvcrt: Fix fstat's handling of pipes and char devices. 2007-02-16 13:13:37 +01:00
heap.c
locale.c
lock.c
main.c
math.c
mbcs.c
misc.c
msvcrt.h
msvcrt.spec
mtdll.h
process.c
rsrc.rc
scanf.c
scanf.h
string.c
thread.c
time.c
undname.c
wcs.c