|
From: <sv...@va...> - 2008-10-11 19:25:26
|
Author: bart Date: 2008-10-11 20:25:18 +0100 (Sat, 11 Oct 2008) New Revision: 8662 Log: Removed #define _IO_MTSAFE_IO again. Modified: trunk/drd/drd_pthread_intercepts.c Modified: trunk/drd/drd_pthread_intercepts.c =================================================================== --- trunk/drd/drd_pthread_intercepts.c 2008-10-11 19:04:40 UTC (rev 8661) +++ trunk/drd/drd_pthread_intercepts.c 2008-10-11 19:25:18 UTC (rev 8662) @@ -44,7 +44,6 @@ // versions (2.3 or before). #ifndef _GNU_SOURCE #define _GNU_SOURCE -#define _IO_MTSAFE_IO #endif #include <assert.h> |