* Mike Crowe: > +extern int pthread_clockjoin_np (pthread_t __th, void **__thread_return, > + clockid_t clockid, > + const struct timespec *__abstime); > #endif Missing __ before clockid? I don't think it's a reserved identifier. It's not caught by the tests because it happens in __USE_GNU. Rest looks okay.