From 8195a5a835117ab2da405e0d477153570b75d921 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 22 Mar 2008 15:26:55 +0000 Subject: [PATCH] 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 --- headers/glibc/_G_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/glibc/_G_config.h b/headers/glibc/_G_config.h index c10b0ab95f..d7bc779ad2 100644 --- a/headers/glibc/_G_config.h +++ b/headers/glibc/_G_config.h @@ -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. */