]> git.saurik.com Git - apple/libpthread.git/blobdiff - tests/pthread_exit.c
libpthread-301.20.1.tar.gz
[apple/libpthread.git] / tests / pthread_exit.c
index 76154f4138a4f21dd7076b72ea731702b62c96dd..cd5b12a7ec8ac31963ea323c3f22eef0f8152b26 100644 (file)
@@ -4,7 +4,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include <darwintest.h>
+#include "darwintest_defaults.h"
 
 #define STACK_SIZE      32768
 #define THREAD_DEPTH    2000
@@ -33,7 +33,7 @@ thread_exit(__unused void *arg)
        return NULL;
 }
 
-T_DECL(pthread_exit, "pthread_exit")
+T_DECL(pthread_exit, "pthread_exit", T_META_LTEPHASE(LTE_INSTALLEDUSEROS))
 {
        int j;
        pthread_t th[THREAD_DEPTH];
@@ -57,7 +57,8 @@ thread_stub(__unused void *arg)
        return NULL;
 }
 
-T_DECL(pthread_exit_private_stacks, "pthread_exit with private stacks", T_META_CHECK_LEAKS(NO))
+T_DECL(pthread_exit_private_stacks, "pthread_exit with private stacks",
+       T_META_CHECK_LEAKS(NO))
 {
        int j;
        pthread_t th[THREAD_DEPTH];