1 #include "threads_impl.h"
2 
pthread_getcpuclockid(pthread_t t,clockid_t * clockid)3 int pthread_getcpuclockid(pthread_t t, clockid_t* clockid) {
4     return ENOSYS;
5 }
6