Function miri::helpers::target_os_is_unix
source · pub fn target_os_is_unix(target_os: &str) -> bool
Expand description
Helper function used inside the shims of foreign functions to check that
target_os
is a supported UNIX OS.