Hi Florian, > * 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. Indeed, adding the "__" prefix fixed the issue. And this "__" prefix is not needed in futex-internal.h functions as those are "pasted" into source code by C preprocessor .... Thanks Florian for help :-) > > Thanks, > Florian > Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de