[PATCH 0/4] move some htl symbol into libc
Samuel Thibault
samuel.thibault@aquilenet.fr
Tue Nov 1 22:28:54 GMT 2022
Guy-Fleury Iteriteka via Libc-alpha, le sam. 29 oct. 2022 13:00:26 +0100, a ecrit:
> pthread_equal is removed from libpthread.so but
> with the patch for pthread_self is in both libc.so and libpthread.so.
>
> this is libpthread.so
> -------
> U ___pthread_self@GLIBC_PRIVATE
> 00006630 t __pthread_self
> 00006630 t pthread_self
I don't know why that would happen, but you can grep files in htl/ to
see where that is coming from exactly.
> i was thinking that it is with this makefile rule
> ------
> extra-B-pthread.so = -B$(common-objpfx)htl/
I don't actually why that is there. It was probably cargo-culted and
probably it's worth trying to remove it.
Samuel
More information about the Libc-alpha
mailing list