summaryrefslogtreecommitdiffhomepage
path: root/src/thread/nt32/pthread_equal.c
blob: dc263f7205459f82c744eb3b13ac7ccbdbd43f3a (plain)
1
2
3
4
5
6
#include "../thread/pthread_equal.c"

int __pthread_equal_impl(pthread_t a, pthread_t b)
{
	return thrd_equal(a,b);
}