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

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