blob: d6239246f4c4dc4286ef628afe9eca9d0a64c9a6 [file] [log] [blame]
#include "threads_impl.h"
int pthread_kill(pthread_t t, int sig) {
return ENOSYS;
}