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