summaryrefslogtreecommitdiff
path: root/test/nptl/tst-tls3mod.c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-20 16:06:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-20 16:08:37 +0100
commitdea703a723f7c3a98560ab391af9ec11a8fe79f8 (patch)
tree599b3ec6211046cde4b50bfb3a03d9b2b52deff6 /test/nptl/tst-tls3mod.c
parentbb54f5f4e7afee2f2abdc4b9fe9cc45dc91288f3 (diff)
enable nptl/tst-tls3
Diffstat (limited to 'test/nptl/tst-tls3mod.c')
-rw-r--r--test/nptl/tst-tls3mod.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/nptl/tst-tls3mod.c b/test/nptl/tst-tls3mod.c
index c2cefdf..4b30500 100644
--- a/test/nptl/tst-tls3mod.c
+++ b/test/nptl/tst-tls3mod.c
@@ -24,10 +24,10 @@
#include <stdlib.h>
#include <unistd.h>
-#if HAVE___THREAD
-
static pthread_barrier_t* b = NULL;
+#define TCB_ALIGNMENT 16
+
#define TOTAL_SIGS 1000
static int* nsigs = NULL;
@@ -99,5 +99,3 @@ tf (void *arg)
return NULL;
}
-
-#endif