You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even with the latest musl, using the extern symbol pthread_getname_np will fail, though nm libc.a |grep pthread|grep getname tells us it has the symbol:
0000000000000000 T pthread_getname_np
Find out why we cannot link with it. Maybe we could prepare a minimal reproducible example and report to the libc crate 🤔
The text was updated successfully, but these errors were encountered:
Even with the latest
musl
, using the extern symbolpthread_getname_np
will fail, thoughnm libc.a |grep pthread|grep getname
tells us it has the symbol:Find out why we cannot link with it. Maybe we could prepare a minimal reproducible example and report to the libc crate 🤔
The text was updated successfully, but these errors were encountered: