From: Bart Van Assche Date: Sat, 10 May 2008 13:17:34 +0000 (+0000) Subject: Compiles now with older glibc versions too. X-Git-Tag: svn/VALGRIND_3_4_0~604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d4a22d5f6664f2dd28d23607640e804fd98245b;p=thirdparty%2Fvalgrind.git Compiles now with older glibc versions too. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8034 --- diff --git a/exp-drd/tests/rwlock_test.c b/exp-drd/tests/rwlock_test.c index c094b115a0..87731f5b26 100644 --- a/exp-drd/tests/rwlock_test.c +++ b/exp-drd/tests/rwlock_test.c @@ -3,6 +3,8 @@ */ +#define _GNU_SOURCE 1 + #include #include