]> git.lizzy.rs Git - rust.git/blob - src/libstd/sys/sgx/env.rs
Rollup merge of #60609 - spastorino:be-explicit-on-mem-replace-doc, r=Centril
[rust.git] / src / libstd / sys / sgx / env.rs
1 pub mod os {
2     pub const FAMILY: &'static str = "";
3     pub const OS: &'static str = "";
4     pub const DLL_PREFIX: &'static str = "";
5     pub const DLL_SUFFIX: &'static str = ".sgxs";
6     pub const DLL_EXTENSION: &'static str = "sgxs";
7     pub const EXE_SUFFIX: &'static str = ".sgxs";
8     pub const EXE_EXTENSION: &'static str = "sgxs";
9 }