aboutsummaryrefslogtreecommitdiff
path: root/src/Platform/Dummy/Thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Dummy/Thread.c')
-rw-r--r--src/Platform/Dummy/Thread.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Platform/Dummy/Thread.c b/src/Platform/Dummy/Thread.c
index 7463269..ef8fad3 100644
--- a/src/Platform/Dummy/Thread.c
+++ b/src/Platform/Dummy/Thread.c
@@ -27,3 +27,9 @@ int BH_ThreadDetach(BH_Thread *thread)
return BH_NOIMPL;
}
+
+
+void BH_ThreadSleep(uint32_t timeout)
+{
+ BH_UNUSED(timeout);
+}