Files
riscv64-kernel/library/std/patches/sys/pal/mod.sed

7 lines
167 B
Sed

62a \ target_os = "survos" => { \
mod unsupported; \
pub use self::unsupported::*; \
mod survos; \
pub use self::survos::*; \
}