Page MenuHomeFreeBSD

D44244.diff
No OneTemporary

D44244.diff

diff --git a/lib/libthr/thread/thr_cond.c b/lib/libthr/thread/thr_cond.c
--- a/lib/libthr/thread/thr_cond.c
+++ b/lib/libthr/thread/thr_cond.c
@@ -63,6 +63,7 @@
__weak_reference(__thr_cond_wait, __pthread_cond_wait);
__weak_reference(_thr_cond_wait, _pthread_cond_wait);
__weak_reference(__pthread_cond_timedwait, pthread_cond_timedwait);
+__weak_reference(_thr_cond_timedwait, _pthread_cond_timedwait);
__weak_reference(_thr_cond_init, pthread_cond_init);
__weak_reference(_thr_cond_init, _pthread_cond_init);
__weak_reference(_thr_cond_destroy, pthread_cond_destroy);

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 1:11 PM (14 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30820406
Default Alt Text
D44244.diff (577 B)

Event Timeline