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

int __pthread_detach_impl(pthread_t t)
{
	return thrd_detach(t);
}