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.
2 parents c1d2b8e + d450f9c commit 1ee0549Copy full SHA for 1ee0549
.github/workflows/ci.yaml
@@ -259,7 +259,7 @@ jobs:
259
steps:
260
- uses: actions/checkout@v4
261
- name: test on Solaris
262
- uses: vmactions/solaris-vm@v1
+ uses: vmactions/solaris-vm@v1.1.3
263
with:
264
release: "11.4-gcc"
265
usesh: true
src/unix/solarish/x86_64.rs
@@ -91,7 +91,9 @@ s_no_extra_traits! {
91
#[cfg(target_os = "solaris")]
92
pub uc_xrs: solaris::xrs_t,
93
94
- pub uc_filler: [c_long; 3],
+ pub uc_lwpid: c_uint,
95
+ #[cfg(target_os = "solaris")]
96
+ pub uc_filler: [c_long; 2],
97
}
98
99
0 commit comments