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