File tree 3 files changed +3
-3
lines changed
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="\
130
130
aarch64-unknown-linux-musl \
131
131
sparcv9-sun-solaris \
132
132
wasm32-unknown-unknown \
133
- x86_64-sun-solaris \
134
133
"
135
134
RUST_GT_1_24_LINUX_TARGETS=" \
136
135
i586-unknown-linux-musl \
@@ -145,6 +144,7 @@ riscv64gc-unknown-linux-gnu \
145
144
wasm32-wasi \
146
145
x86_64-fortanix-unknown-sgx \
147
146
x86_64-fuchsia \
147
+ x86_64-pc-solaris \
148
148
x86_64-pc-windows-gnu \
149
149
x86_64-unknown-illumos \
150
150
x86_64-unknown-linux-gnux32 \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ x86_64-unknown-freebsd \
39
39
x86_64-unknown-linux-gnu \
40
40
x86_64-unknown-linux-musl \
41
41
x86_64-unknown-netbsd \
42
- x86_64-sun -solaris \
42
+ x86_64-pc -solaris \
43
43
x86_64-fuchsia \
44
44
x86_64-pc-windows-gnu \
45
45
x86_64-unknown-linux-gnux32 \
Original file line number Diff line number Diff line change @@ -2551,7 +2551,7 @@ extern "C" {
2551
2551
2552
2552
// The epoll functions are actually only present on illumos. However,
2553
2553
// 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
2555
2555
// present in rustc.
2556
2556
pub fn epoll_pwait (
2557
2557
epfd : :: c_int ,
You can’t perform that action at this time.
0 commit comments