diff options
Diffstat (limited to 'sysdeps/sh')
-rw-r--r-- | sysdeps/sh/nptl/tls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/sh/nptl/tls.h b/sysdeps/sh/nptl/tls.h index aadd5be022..cfbfe44523 100644 --- a/sysdeps/sh/nptl/tls.h +++ b/sysdeps/sh/nptl/tls.h @@ -51,18 +51,12 @@ typedef struct /* This is the size of the initial TCB. */ # define TLS_INIT_TCB_SIZE sizeof (tcbhead_t) -/* Alignment requirements for the initial TCB. */ -# define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t) - /* This is the size of the TCB. */ # define TLS_TCB_SIZE sizeof (tcbhead_t) /* This is the size we need before TCB. */ # define TLS_PRE_TCB_SIZE sizeof (struct pthread) -/* Alignment requirements for the TCB. */ -# define TLS_TCB_ALIGN __alignof__ (struct pthread) - /* The TLS blocks start right after the TCB. */ # define TLS_DTV_AT_TP 1 # define TLS_TCB_AT_TP 0 |