Files
semi-libc/src/thread/pthread_testcancel.c
T

9 lines
100 B
C

#include "pthread_impl.h"
void __testcancel(void);
void pthread_testcancel()
{
__testcancel();
}