blob: 909ea9c670ae463a6e0c2492d668912ff54008b6 [file] [log] [blame]
#include "threads_impl.h"
int pthread_getcpuclockid(pthread_t t, clockid_t* clockid) {
return ENOSYS;
}