diff options
Diffstat (limited to 'library/std/src/sys/sgx/stack_overflow.rs')
-rw-r--r-- | library/std/src/sys/sgx/stack_overflow.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/std/src/sys/sgx/stack_overflow.rs b/library/std/src/sys/sgx/stack_overflow.rs new file mode 100644 index 00000000000..b96652a8330 --- /dev/null +++ b/library/std/src/sys/sgx/stack_overflow.rs @@ -0,0 +1,4 @@ +#[cfg_attr(test, allow(dead_code))] +pub unsafe fn init() {} + +pub unsafe fn cleanup() {} |