We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e37553 commit 090f873Copy full SHA for 090f873
src/unix/linux_like/linux/gnu/mod.rs
@@ -212,6 +212,7 @@ s_no_extra_traits! {
212
not(target_arch = "x86_64"))))]
213
pub ut_session: ::c_long,
214
#[cfg(any(target_arch = "aarch64",
215
+ target_arch = "s390x",
216
all(target_pointer_width = "32",
217
218
pub ut_tv: ::timeval,
@@ -222,6 +223,7 @@ s_no_extra_traits! {
222
223
not(target_arch = "x86_64")))))]
224
pub ut_session: i32,
225
#[cfg(not(any(target_arch = "aarch64",
226
227
228
229
pub ut_tv: __timeval,
0 commit comments