void _tcb_dtor(struct tcb *tcb) { _rtld_free_tls(tcb, sizeof(struct tcb), 16); }
void _tcb_dtor(struct tls_tcb *tcb) { _rtld_free_tls(tcb); }