TIB_ALIGN
# define TIB_ALIGN MAX(__alignof__(struct tib), TIB_EXTRA_ALIGN)
# define TIB_ALIGN __alignof__(struct tib)
# define TIB_ALIGN MAXIMUM(__alignof__(struct tib), TIB_EXTRA_ALIGN)
# define TIB_ALIGN __alignof__(struct tib)