From 282aac6b09d9842d5b8caebc281c99930715311d Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Sat, 26 Jul 2014 11:10:30 +0000 Subject: [PATCH] Adapt testcase so it can be compiled with GCC 3.4.6 against glibc 2.3.4 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14193 --- drd/tests/thread_name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drd/tests/thread_name.c b/drd/tests/thread_name.c index f71f19fd03..98c7bb8a3f 100644 --- a/drd/tests/thread_name.c +++ b/drd/tests/thread_name.c @@ -1,6 +1,6 @@ /* Test whether assigning names to threads works properly. */ - +#define _GNU_SOURCE #include #include #include -- 2.47.2