Disable test for darwin as pthread_setname_np is not implemented.
But setting and observing the threadname is what this test is all about.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14573
338731 ppc: Fix testuite build for toolchains not supporting -maltivec
339020 ppc64: memcheck/tests/ppc64/power_ISA2_05 failing in nightly build
-339156 - gdbsrv not called for fatal signal
+339156 gdbsrv not called for fatal signal
+339442 Fix testsuite build failure on OS X 10.9
n-i-bz Old STABS code is still being compiled, but never used. Remove it.
n-i-bz Fix compilation on distros with glibc < 2.5
#include <pthread.h>
#include <string.h>
#include <stdlib.h>
-#include <sys/prctl.h>
#include <sys/types.h>
#include <unistd.h>
#include <assert.h>
+
static pthread_t children[3];
void bad_things(int offset)
prog: threadname
-prereq: test -e ./threadname
+prereq: test -e ./threadname && ../../tests/os_test linux
vgopts: -q