|
From: <sv...@va...> - 2014-07-26 11:10:53
|
Author: florian
Date: Sat Jul 26 11:10:30 2014
New Revision: 14193
Log:
Adapt testcase so it can be compiled with GCC 3.4.6 against glibc 2.3.4
Modified:
trunk/drd/tests/thread_name.c
Modified: trunk/drd/tests/thread_name.c
==============================================================================
--- trunk/drd/tests/thread_name.c (original)
+++ trunk/drd/tests/thread_name.c Sat Jul 26 11:10:30 2014
@@ -1,6 +1,6 @@
/* Test whether assigning names to threads works properly. */
-
+#define _GNU_SOURCE
#include <pthread.h>
#include <stddef.h>
#include <stdio.h>
|