[PATCH] [RFC] y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit time

Florian Weimer fweimer@redhat.com
Mon Aug 24 17:15:39 GMT 2020


* Lukasz Majewski:

> I'm a bit puzzled here. It is a warning in fact despite I've guarded
> the function in question with:
> libpthread_hidden_{proto|def} (futex_abstimed_wait_cancelable64)

I think the linknamespace test attempts to descend into
futex_abstimed_wait_cancelable64 because it its name is in the public
(non-implementation) namespace.

Try naming it __futex_abstimed_wait_cancelable64.

Thanks,
Florian



More information about the Libc-help mailing list