aboutsummaryrefslogtreecommitdiff
path: root/include/bh/internal/thread_null.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bh/internal/thread_null.h')
-rw-r--r--include/bh/internal/thread_null.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bh/internal/thread_null.h b/include/bh/internal/thread_null.h
index 9a22da5..322ef26 100644
--- a/include/bh/internal/thread_null.h
+++ b/include/bh/internal/thread_null.h
@@ -8,6 +8,11 @@ struct bh_mutex_s
void *handle;
};
+struct bh_semaphore_s
+{
+ void *handle;
+}:
+
struct bh_cond_s
{
void *handle;