blob: c2aeb510a4ea13d18d95fc38110dbb5a9f1b7d42 [file] [log] [blame]
#include <pthread.h>
#include <errno.h>
int pthread_cancel(pthread_t t) {
return ENOSYS;
}