summaryrefslogtreecommitdiff
path: root/sysdeps/m68k
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-09 15:54:19 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-09 15:54:19 -0700
commitd752f0ccd7765c6accca2d4f2dbc6dc2a6f3b066 (patch)
treebe29d4a18b1c12f6b22b32a2c7fd7c3330ec6b20 /sysdeps/m68k
parent34eda6d1ba90865f7853d0ee3cdee68cc6f7e00e (diff)
m68k: Define TLS_DEFINE_INIT_TP
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r--sysdeps/m68k/nptl/tls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/m68k/nptl/tls.h b/sysdeps/m68k/nptl/tls.h
index c1df875b5e..aa925d463f 100644
--- a/sysdeps/m68k/nptl/tls.h
+++ b/sysdeps/m68k/nptl/tls.h
@@ -112,6 +112,9 @@ typedef struct
((void *) (tcbp)) + TLS_TCB_OFFSET); \
INTERNAL_SYSCALL_ERROR_P (_sys_result, err) ? "unknown error" : NULL; })
+# define TLS_DEFINE_INIT_TP(tp, pd) \
+ void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE
+
extern void * __m68k_read_tp (void);
/* Return the address of the dtv for the current thread. */