about summary refs log tree commit diff
path: root/library/std/src/sys/cloudabi/stack_overflow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/cloudabi/stack_overflow.rs')
-rw-r--r--library/std/src/sys/cloudabi/stack_overflow.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/std/src/sys/cloudabi/stack_overflow.rs b/library/std/src/sys/cloudabi/stack_overflow.rs
new file mode 100644
index 00000000000..9339b143731
--- /dev/null
+++ b/library/std/src/sys/cloudabi/stack_overflow.rs
@@ -0,0 +1,5 @@
+#![cfg_attr(test, allow(dead_code))]
+
+pub unsafe fn init() {}
+
+pub unsafe fn cleanup() {}