about summary refs log tree commit diff
path: root/src/rt/rust_cond_lock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_cond_lock.cpp')
-rw-r--r--src/rt/rust_cond_lock.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rt/rust_cond_lock.cpp b/src/rt/rust_cond_lock.cpp
new file mode 100644
index 00000000000..cdeccfdc26c
--- /dev/null
+++ b/src/rt/rust_cond_lock.cpp
@@ -0,0 +1,6 @@
+#include "rust_cond_lock.h"
+
+rust_cond_lock::rust_cond_lock()
+    : waiting(NULL)
+{
+}