summary refs log tree commit diff
path: root/src/libstd/sys/sgx/stack_overflow.rs
blob: e63fa2bed65d56700f5a67447f5bc134602bf205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub struct Handler;

impl Handler {
    pub unsafe fn new() -> Handler {
        Handler
    }
}

#[cfg_attr(test, allow(dead_code))]
pub unsafe fn init() {
}

pub unsafe fn cleanup() {
}