Sweden-Number/dlls/msvcrt/tests
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
..
Makefile.in
cpp.c
data.c
dir.c
environ.c
file.c msvcrt: Fix fstat's handling of pipes and char devices. 2007-02-16 13:13:37 +01:00
headers.c msvcrt: Implemented stat64, wstat64 and fstat64. 2007-02-14 12:31:14 +01:00
heap.c
printf.c
scanf.c
string.c
time.c