]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Compiles now with older glibc versions too.
authorBart Van Assche <bvanassche@acm.org>
Sat, 10 May 2008 13:17:34 +0000 (13:17 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 10 May 2008 13:17:34 +0000 (13:17 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8034

exp-drd/tests/rwlock_test.c

index c094b115a09087d1a12db06a4e9a86fedcb18497..87731f5b2613e7556ffae56c28f2bf209ce02649 100644 (file)
@@ -3,6 +3,8 @@
  */
 
 
+#define _GNU_SOURCE 1
+
 #include <pthread.h>
 #include <stdio.h>