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