1 #include "threads_impl.h" 2 pthread_kill(pthread_t t,int sig)3 int pthread_kill(pthread_t t, int sig) { 4 return ENOSYS; 5 } 6