summaryrefslogtreecommitdiff
path: root/src/thread/pthread_testcancel.c
blob: c6b250b2ccd6cb1af3a65587b21e229b92e055f8 (plain) (blame)
1
2
3
4
5
6
#include "pthread_impl.h"

void pthread_testcancel()
{
	if (libc.testcancel) libc.testcancel();
}