about summary refs log tree commit diff
path: root/sysdeps/sparc/nptl/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc/nptl/tls.h')
-rw-r--r--sysdeps/sparc/nptl/tls.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/sysdeps/sparc/nptl/tls.h b/sysdeps/sparc/nptl/tls.h
index 08c055220a..85f2a2c31c 100644
--- a/sysdeps/sparc/nptl/tls.h
+++ b/sysdeps/sparc/nptl/tls.h
@@ -27,17 +27,7 @@
 # include <stdlib.h>
 # include <list.h>
 # include <kernel-features.h>
-
-/* Type for the dtv.  */
-typedef union dtv
-{
-  size_t counter;
-  struct
-  {
-    void *val;
-    bool is_static;
-  } pointer;
-} dtv_t;
+# include <dl-dtv.h>
 
 typedef struct
 {