Merge r13704 from 3_9_BRANCH (Fix compile problem in

memcheck/tests/reach_thread_register.c)


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13723
This commit is contained in:
Julian Seward 2013-11-29 16:57:29 +00:00
parent 5cd3d03083
commit ee95729330
2 changed files with 6 additions and 1 deletions

View File

@ -318,7 +318,6 @@ check_PROGRAMS = \
partial_load pdb-realloc pdb-realloc2 \
pipe pointer-trace \
post-syscall \
reach_thread_register \
realloc1 realloc2 realloc3 \
recursive-merge \
sbfragment \
@ -353,6 +352,10 @@ if HAVE_PTHREAD_SETNAME_NP
check_PROGRAMS += threadname
endif
if HAVE_PTHREAD_BARRIER
check_PROGRAMS += reach_thread_register
endif
if HAVE_GSTABS
check_PROGRAMS += deep_templates
endif

View File

@ -1,3 +1,5 @@
#define _GNU_SOURCE
#include <pthread.h>
#include <sched.h>
#include <stdio.h>