static link with NPTL on ARM fails

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jan 27 15:54:48 UTC 2012


On Jan 27, 2012 4:47 PM, "Carmelo AMOROSO" <carmelo.amoroso at st.com> wrote:

> So, to summarise I'd expect
>
> libc.{so,a}
>    ---> __libc_sigaction (global)
>    ---> __GI_sigaction (hidden alias for internal use)
>    ---> sigaction
>         a. A wrapper to __libc_sigaction (if NPTL configured)
>         b. A weak alias to __libc_sigaction (thread none)

I think that should be a strong alias if NO_THREADS.
>
> and nothing duplicated into libpthread.
>
> make more sense ?

Yes.


More information about the uClibc mailing list