Prevent redefinition of _IO_MTSAFE_IO. It is defined when building the

legacy gcc's libio.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24524 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-03-22 15:26:55 +00:00
parent a8d29a100c
commit 8195a5a835

View File

@ -11,7 +11,9 @@
#define _GLIBCPP_USE_THREADS
#define _GLIBCPP_USE_WCHAR_T
#ifndef _IO_MTSAFE_IO
#define _IO_MTSAFE_IO
#endif
/* Define types for libio in terms of the standard internal type names. */