about summary refs log tree commit diff
path: root/sysdeps/m68k/nptl/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/nptl/tls.h')
-rw-r--r--sysdeps/m68k/nptl/tls.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/sysdeps/m68k/nptl/tls.h b/sysdeps/m68k/nptl/tls.h
index 93bc1ad080..703d368e92 100644
--- a/sysdeps/m68k/nptl/tls.h
+++ b/sysdeps/m68k/nptl/tls.h
@@ -26,17 +26,7 @@
 # include <stdbool.h>
 # include <stddef.h>
 # include <stdint.h>
-
-/* Type for the dtv.  */
-typedef union dtv
-{
-  size_t counter;
-  struct
-  {
-    void *val;
-    bool is_static;
-  } pointer;
-} dtv_t;
+# include <dl-dtv.h>
 
 #else /* __ASSEMBLER__ */
 # include <tcb-offsets.h>