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