0b44a031
c1b39b20 ^
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; }