[PATCH] NPTL: Fix undefined reference to PRIVATE_FUTEX with 2.6.18 kernel
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Thu Jun 12 15:03:26 UTC 2014
On Tue, Apr 29, 2014 at 08:54:57AM -0600, Dan Moulding wrote:
> When compiling against the 2.6.18 kernel headers, during linking of
> the NPTL library it runs into a "undefined reference to PRIVATE_FUTEX"
> error in pthread_cond_timedwait.S. This resolves the problem by
> ensuring that the definition for PRIVATE_FUTEX is made available to
> pthread_cond_timedwait.S.
Applied, thanks!
More information about the uClibc
mailing list