Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106313022
D44244.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
577 B
Referenced Files
None
Subscribers
None
D44244.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 29, 1:21 PM (9 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15630915
Default Alt Text
D44244.diff (577 B)
Attached To
Mode
D44244: libthr: restore _pthread_cond_timedwait
Attached
Detach File
Event Timeline
Log In to Comment