Skip to content
Snippets Groups Projects
Commit e07c7bdc authored by gnzlbg's avatar gnzlbg
Browse files

Fix utmpx on Sparc64

parent 7ed51c1c
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment