about summary refs log tree commit diff
path: root/sysdeps/ia64/nptl/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ia64/nptl/tls.h')
-rw-r--r--sysdeps/ia64/nptl/tls.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/sysdeps/ia64/nptl/tls.h b/sysdeps/ia64/nptl/tls.h
index 1668fd4ca9..65226d77ca 100644
--- a/sysdeps/ia64/nptl/tls.h
+++ b/sysdeps/ia64/nptl/tls.h
@@ -26,19 +26,7 @@
 # include <stdint.h>
 # include <stdlib.h>
 # include <list.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
 {