Blame src/thread/nt64/pthread_self.c

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