Skip to content

Commit 64eabbc

Browse files
committed
Fixes Solaris CI after solaris-vm was update to Solaris 11.4.81 CBE.
It also specifies exact solaris-vm version to avoid future disruptions.
1 parent c1d2b8e commit 64eabbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/unix/solarish/x86_64.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ s_no_extra_traits! {
9191
#[cfg(target_os = "solaris")]
9292
pub uc_xrs: solaris::xrs_t,
9393
#[cfg(target_os = "solaris")]
94-
pub uc_filler: [c_long; 3],
94+
pub uc_lwpid: c_uint,
95+
#[cfg(target_os = "solaris")]
96+
pub uc_filler: [c_long; 2],
9597
}
9698
}
9799

0 commit comments

Comments
 (0)