]> git.saurik.com Git - apple/libpthread.git/blobdiff - tests/tsd.c
libpthread-301.20.1.tar.gz
[apple/libpthread.git] / tests / tsd.c
index ba5668c36e545166a1c2d3a8d45020054a23f87d..259816d4cb1d5ba6071d8666e68d426b8659b95b 100644 (file)
@@ -1,7 +1,7 @@
 #include <pthread.h>
 #include <stdio.h>
 
-#include <darwintest.h>
+#include "darwintest_defaults.h"
 
 static void *ptr = NULL;
 
@@ -23,7 +23,7 @@ static void *thread(void *param)
 }
 
 T_DECL(tsd, "tsd",
-               T_META_ALL_VALID_ARCHS(YES))
+       T_META_ALL_VALID_ARCHS(YES))
 {
        pthread_key_t key;