#include int __pthread_key_delete(tss_t k); void (tss_delete)(tss_t key) { (void)__pthread_key_delete(key); }