1 2 3 4 5 6 7
#include "pthread_impl.h" int pthread_key_delete(pthread_key_t k) { libc.tsd_keys[k] = 0; return 0; }