File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ RUST_GT_1_19_LINUX_TARGETS="\
130130aarch64-unknown-linux-musl \
131131sparcv9-sun-solaris \
132132wasm32-unknown-unknown \
133- x86_64-sun-solaris \
134133"
135134RUST_GT_1_24_LINUX_TARGETS=" \
136135i586-unknown-linux-musl \
@@ -145,6 +144,7 @@ riscv64gc-unknown-linux-gnu \
145144wasm32-wasi \
146145x86_64-fortanix-unknown-sgx \
147146x86_64-fuchsia \
147+ x86_64-pc-solaris \
148148x86_64-pc-windows-gnu \
149149x86_64-unknown-illumos \
150150x86_64-unknown-linux-gnux32 \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ x86_64-unknown-freebsd \
3939x86_64-unknown-linux-gnu \
4040x86_64-unknown-linux-musl \
4141x86_64-unknown-netbsd \
42- x86_64-sun -solaris \
42+ x86_64-pc -solaris \
4343x86_64-fuchsia \
4444x86_64-pc-windows-gnu \
4545x86_64-unknown-linux-gnux32 \
Original file line number Diff line number Diff line change @@ -2551,7 +2551,7 @@ extern "C" {
25512551
25522552 // The epoll functions are actually only present on illumos. However,
25532553 // there are things using epoll on illumos (built using the
2554- // x86_64-sun -solaris target) which would break until the illumos target is
2554+ // x86_64-pc -solaris target) which would break until the illumos target is
25552555 // present in rustc.
25562556 pub fn epoll_pwait (
25572557 epfd : :: c_int ,
You can’t perform that action at this time.
0 commit comments