Make this test compile on my machine.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5128
This commit is contained in:
Nicholas Nethercote
2005-11-14 15:35:20 +00:00
parent 0cfea5db07
commit 2cfef08f2b

View File

@@ -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];