2009-07-27 Ozkan Sezer <sezeroz@gmail.com>
stdio/
* _fstat64i32.c, _fwstat64i32.c: Added fixme notes to the broken
_USE_32BIT_TIME_T condition. Or'ed the condition with _INTEGRAL_MAX_BITS
< 64 because the 64 bit time_t is not available in such a case.
* _findfirst64i32.c (_findfirst64i32): only compile if _INTEGRAL_MAX_BITS
>= 64 because the 64 bit time_t is not available otherwise.
(_wfindfirst64i32): Likewise.
* _findnext64i32.c (_findnext64i32): Likewise.
(_wfindnext64i32): Likewise.
* _fstat64i32.c (_fstat64i32): Likewise.
(_stat64i32): Likewise.
* _fwstat64i32.c (_wstat64i32): Likewise.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1045 4407c894-4637-0410-b4f5-ada5f102cad1
5 files changed