macos, aarch64, and not(miri)

This commit is contained in:
Cameron 2022-11-14 09:17:21 -08:00
parent 015ab659c2
commit f4f515973e

View File

@ -150,7 +150,7 @@ impl From<libc::timespec> for Timespec {
}
#[cfg(any(
all(target_os = "macos", not(target_arch = "aarch64")),
all(target_os = "macos", any(not(target_arch = "aarch64"), miri)),
target_os = "ios",
target_os = "watchos"
))]
@ -270,7 +270,7 @@ mod inner {
}
#[cfg(not(any(
all(target_os = "macos", not(target_arch = "aarch64")),
all(target_os = "macos", any(not(target_arch = "aarch64"), miri)),
target_os = "ios",
target_os = "watchos"
)))]