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 dbe6d2e commit bca25a9Copy full SHA for bca25a9
src/unix/notbsd/linux/other/mod.rs
@@ -44,7 +44,8 @@ s! {
44
45
#[cfg(any(target_arch = "aarch64",
46
target_arch = "sparc64",
47
- all(target_pointer_width = "32", not(target_arch = "x86_64"))))]
+ all(target_pointer_width = "32",
48
+ not(target_arch = "x86_64"))))]
49
pub ut_session: ::c_long,
50
51
@@ -53,7 +54,8 @@ s! {
53
54
55
#[cfg(not(any(target_arch = "aarch64",
56
- all(target_pointer_width = "32", not(target_arch = "x86_64")))))]
57
58
+ not(target_arch = "x86_64")))))]
59
pub ut_session: ::int32_t,
60
61
0 commit comments