diff options
Diffstat (limited to 'sysdeps/arm/nptl/tls.h')
-rw-r--r-- | sysdeps/arm/nptl/tls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/arm/nptl/tls.h b/sysdeps/arm/nptl/tls.h index 06612b5449..57e039fc0f 100644 --- a/sysdeps/arm/nptl/tls.h +++ b/sysdeps/arm/nptl/tls.h @@ -50,18 +50,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 16 - /* 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 16 - /* Install the dtv pointer. The pointer passed is to the element with index -1 which contain the length. */ # define INSTALL_DTV(tcbp, dtvp) \ |