aboutsummaryrefslogtreecommitdiff
path: root/src/thread_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread_null.c')
-rw-r--r--src/thread_null.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/thread_null.c b/src/thread_null.c
index 212174a..6aaefc2 100644
--- a/src/thread_null.c
+++ b/src/thread_null.c
@@ -41,6 +41,11 @@ int bh_thread_init(bh_thread_t *thread,
return BH_NO_IMPL;
}
+int bh_thread_sleep(unsigned long timeout)
+{
+ return BH_NO_IMPL;
+}
+
/**
* Joins the \a thread.
*