libpthread contains the symbols we need when statically linked.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 55846 Build 52735: arc lint + arc unit
Event Timeline
Comment Actions
Why was this added in the first place? I'd think it would have pulled it in via libc since we don't ask for it not to be included... hence the need not to need it here (so it makes sense to remove it).
Comment Actions
An earlier incarnation of the that patch failed to link (maybe with gcc12) and I missed that this was still here and test that it wasn't needed when I made last minute improvements to libthr.