Files
riscv64-kernel/library/std/patches/sys/pal/mod.sed
2026-03-20 09:47:32 +01:00

7 lines
167 B
Sed

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