[PATCH] nptl: Fix niggles with pthread_clockjoin_np

Florian Weimer fw@deneb.enyo.de
Sat Nov 2 09:40:00 GMT 2019


* 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.



More information about the Libc-alpha mailing list