This was renamed to _thr_cond_timedwait in commit 0ab1bfc7b28f and for
some reason did not get the same weak_reference treatment as other
_pthread_cond symbols.
Details
Details
- Reviewers
kib - Commits
- rG8f86c1082197: libthr: restore _pthread_cond_timedwait
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 56467 Build 53355: arc lint + arc unit
Event Timeline
Comment Actions
So why not add the weak alias instead? IMO the change as is makes the omission more severe.