mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
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:
parent
5cd3d03083
commit
ee95729330
@ -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
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <pthread.h>
|
||||
#include <sched.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user