#if 0 #include #include void *tss_get(tss_t key) { SIGNAL_SAFE(0); return pthread_getspecific(key); } /* STDC(201112) */ #endif