#if 0 #include #include void tss_delete(tss_t key) { SIGNAL_SAFE(0); pthread_key_delete(key); } /* STDC(201112) */ #endif