aboutsummaryrefslogtreecommitdiff
path: root/src/threading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/threading.cpp')
-rw-r--r--src/threading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threading.cpp b/src/threading.cpp
index 6602bf67e..56f246955 100644
--- a/src/threading.cpp
+++ b/src/threading.cpp
@@ -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;