mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 01:14:40 +00:00
small fixes
This commit is contained in:
@@ -915,7 +915,7 @@ void futex_wait(Futex *f, Footex val) {
|
||||
waitq->lock();
|
||||
|
||||
auto head = &waitq->list;
|
||||
Wait_Node waiter;
|
||||
Futex_Wait_Node waiter;
|
||||
waiter.thread = pthread_self();
|
||||
waiter.futex = f;
|
||||
waiter.prev = head;
|
||||
|
||||
Reference in New Issue
Block a user