mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 22:08:14 +00:00
Make this test compile on my machine.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5128
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
|
||||
#define STACK_SIZE 8192
|
||||
|
||||
#ifndef CLONE_THREAD
|
||||
#define CLONE_THREAD 0x00010000 /* Same thread group? */
|
||||
#endif
|
||||
|
||||
static int thread_main(void *arg)
|
||||
{
|
||||
char buffer[1024];
|
||||
|
||||
Reference in New Issue
Block a user