diff --git a/src/sys/unix.rs b/src/sys/unix.rs index a6f6903a..805b6d55 100644 --- a/src/sys/unix.rs +++ b/src/sys/unix.rs @@ -325,6 +325,7 @@ type IovLen = usize; target_os = "linux", any( target_env = "musl", + target_env = "ohos", all(target_env = "uclibc", target_pointer_width = "32") ) ),