From 49456aef12a574d6422806c7f044400bd68977d9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 11 Oct 2008 19:25:18 +0000 Subject: [PATCH] Removed #define _IO_MTSAFE_IO again. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8662 --- drd/drd_pthread_intercepts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drd/drd_pthread_intercepts.c b/drd/drd_pthread_intercepts.c index 7e6c5a3ce6..da4e552295 100644 --- a/drd/drd_pthread_intercepts.c +++ b/drd/drd_pthread_intercepts.c @@ -44,7 +44,6 @@ // versions (2.3 or before). #ifndef _GNU_SOURCE #define _GNU_SOURCE -#define _IO_MTSAFE_IO #endif #include -- 2.47.3