From: Bart Van Assche Date: Sat, 11 Oct 2008 19:25:18 +0000 (+0000) Subject: Removed #define _IO_MTSAFE_IO again. X-Git-Tag: svn/VALGRIND_3_4_0~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49456aef12a574d6422806c7f044400bd68977d9;p=thirdparty%2Fvalgrind.git Removed #define _IO_MTSAFE_IO again. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8662 --- 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