Skip to content

Commit 090f873

Browse files
committed
Fix utmpx on s390x
1 parent 5e37553 commit 090f873

File tree

1 file changed

+2
-0
lines changed
  • src/unix/linux_like/linux/gnu

1 file changed

+2
-0
lines changed

src/unix/linux_like/linux/gnu/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ s_no_extra_traits! {
212212
not(target_arch = "x86_64"))))]
213213
pub ut_session: ::c_long,
214214
#[cfg(any(target_arch = "aarch64",
215+
target_arch = "s390x",
215216
all(target_pointer_width = "32",
216217
not(target_arch = "x86_64"))))]
217218
pub ut_tv: ::timeval,
@@ -222,6 +223,7 @@ s_no_extra_traits! {
222223
not(target_arch = "x86_64")))))]
223224
pub ut_session: i32,
224225
#[cfg(not(any(target_arch = "aarch64",
226+
target_arch = "s390x",
225227
all(target_pointer_width = "32",
226228
not(target_arch = "x86_64")))))]
227229
pub ut_tv: __timeval,

0 commit comments

Comments
 (0)