Skip to content

Commit 26bac33

Browse files
committed
Fix wait signature in MutexWASI.cpp
1 parent 6a20263 commit 26bac33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/runtime/MutexWASI.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
using namespace swift;
2222

23-
void ConditionPlatformHelper::wait(void* &condition,
24-
void* &mutex) {}
23+
void ConditionPlatformHelper::wait(ConditionHandle &condition,
24+
MutexHandle &mutex) {}
2525
#endif

0 commit comments

Comments
 (0)