revert r39331

svn path=/branches/ros-amd64-bringup/; revision=46477
This commit is contained in:
Timo Kreuzer 2010-03-26 23:39:12 +00:00
parent faffa5519c
commit f8b4d53d3c

View file

@ -118,11 +118,6 @@ static CRITICAL_SECTION FILE_cs;
#define LOCK_FILES() do { EnterCriticalSection(&FILE_cs); } while (0)
#define UNLOCK_FILES() do { LeaveCriticalSection(&FILE_cs); } while (0)
FILE *__cdecl __iob_func()
{
return _iob;
}
static inline BOOL is_valid_fd(int fd)
{
return fd >= 0 && fd < fdend && (fdesc[fd].wxflag & WX_OPEN);