]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Compiles now on older Linux distributions too.
authorBart Van Assche <bvanassche@acm.org>
Fri, 17 Apr 2009 17:51:31 +0000 (17:51 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 17 Apr 2009 17:51:31 +0000 (17:51 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9573

drd/tests/pth_barrier_race.c

index 8aee90ebfdacc6805890b24c27f497171ee2b3cb..2255a0e71e55931d220d1c61f9c1aada3d6e6084 100644 (file)
@@ -10,6 +10,8 @@
  */
 
 
+#define _GNU_SOURCE
+
 #include <pthread.h>
 #include <stdlib.h>
 #include <unistd.h>