Blame src/arch/nt32/crt_pe.c

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