#include #include #include #include "thread_internal.h" extern struct _thread_key __thread_keys[PTHREAD_KEYS_MAX]; const void *pthread_getspecific(pthread_key_t key) { int id; __THREAD_INIT(); id=__find_thread_id(getpid()); if ((key