#include "pthread_impl.h" #include void * __pthread_getspecific_impl(pthread_key_t k) { return (__pthread_self())->tsd[k]; }