diff options
Diffstat (limited to 'sysdeps/arc')
-rw-r--r-- | sysdeps/arc/nptl/tls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/arc/nptl/tls.h b/sysdeps/arc/nptl/tls.h index f6853867b2..06d8a48fea 100644 --- a/sysdeps/arc/nptl/tls.h +++ b/sysdeps/arc/nptl/tls.h @@ -48,17 +48,11 @@ 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__ (struct pthread) - /* This is the size of the TCB. */ #ifndef TLS_TCB_SIZE # define TLS_TCB_SIZE sizeof (tcbhead_t) #endif -/* Alignment requirements for the TCB. */ -# define TLS_TCB_ALIGN __alignof__ (struct pthread) - /* This is the size we need before TCB. */ # define TLS_PRE_TCB_SIZE sizeof (struct pthread) |