mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
overhaul of the thread support. Many things are now probably broken, but at least with --tool=none, simple and not-so-simple threaded and non-thread programs work. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3265
6 lines
68 B
C
6 lines
68 B
C
#include <config.h>
|
|
|
|
#ifdef HAVE_TLS
|
|
__thread int so_extern;
|
|
#endif
|