diff options
Diffstat (limited to 'sysdeps/i386/nptl/tls.h')
-rw-r--r-- | sysdeps/i386/nptl/tls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/i386/nptl/tls.h b/sysdeps/i386/nptl/tls.h index d010e14920..e5f4e83eb4 100644 --- a/sysdeps/i386/nptl/tls.h +++ b/sysdeps/i386/nptl/tls.h @@ -102,15 +102,9 @@ union user_desc_init struct pthread even when not linked with -lpthread. */ # define TLS_INIT_TCB_SIZE sizeof (struct pthread) -/* Alignment requirements for the initial TCB. */ -# define TLS_INIT_TCB_ALIGN __alignof__ (struct pthread) - /* This is the size of the TCB. */ # define TLS_TCB_SIZE sizeof (struct pthread) -/* Alignment requirements for the TCB. */ -# define TLS_TCB_ALIGN __alignof__ (struct pthread) - /* The TCB can have any size and the memory following the address the thread pointer points to is unspecified. Allocate the TCB there. */ # define TLS_TCB_AT_TP 1 |