Blame src/thread/nt32/pthread_self.c

296178
#include "pthread_impl.h"
296178
#include <threads.h>
296178
#include "libc.h"
296178
296178
pthread_t pthread_self()
296178
{
296178
	return __pthread_self();
296178
}
296178
296178
weak_alias(pthread_self, thrd_current);