150472Speter#include "threads_impl.h"
238738Sbrian
375031Smurrayint pthread_kill(pthread_t t, int sig) {
475031Smurray    return ENOSYS;
575031Smurray}
675031Smurray