Skip to content

Commit

Permalink
Fix utmpx in Sparc64
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed May 15, 2019
1 parent 454c8ee commit 81d533f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unix/notbsd/linux/other/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ s_no_extra_traits! {
not(target_arch = "x86_64"))))]
pub ut_session: ::c_long,
#[cfg(any(target_arch = "aarch64",
target_arch = "sparc64",
all(target_pointer_width = "32",
not(target_arch = "x86_64"))))]
pub ut_tv: ::timeval,
Expand All @@ -239,7 +238,6 @@ s_no_extra_traits! {
not(target_arch = "x86_64")))))]
pub ut_session: ::int32_t,
#[cfg(not(any(target_arch = "aarch64",
target_arch = "sparc64",
all(target_pointer_width = "32",
not(target_arch = "x86_64")))))]
pub ut_tv: __timeval,
Expand Down

0 comments on commit 81d533f

Please sign in to comment.