We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed51c1 commit e07c7bdCopy full SHA for e07c7bd
src/unix/notbsd/linux/other/mod.rs
@@ -229,7 +229,6 @@ s_no_extra_traits! {
229
not(target_arch = "x86_64"))))]
230
pub ut_session: ::c_long,
231
#[cfg(any(target_arch = "aarch64",
232
- target_arch = "sparc64",
233
all(target_pointer_width = "32",
234
235
pub ut_tv: ::timeval,
@@ -239,7 +238,6 @@ s_no_extra_traits! {
239
238
not(target_arch = "x86_64")))))]
240
pub ut_session: ::int32_t,
241
#[cfg(not(any(target_arch = "aarch64",
242
243
244
245
pub ut_tv: __timeval,
0 commit comments