Replace `x86_64-sun-solaris` with `x86_64-pc-solaris`

This commit is contained in:
Yuki Okushi 2021-03-02 16:27:20 +09:00
parent a6dc5bc088
commit d96c9a2d8e
3 changed files with 3 additions and 3 deletions

View File

@ -130,7 +130,6 @@ RUST_GT_1_19_LINUX_TARGETS="\
aarch64-unknown-linux-musl \
sparcv9-sun-solaris \
wasm32-unknown-unknown \
x86_64-sun-solaris \
"
RUST_GT_1_24_LINUX_TARGETS="\
i586-unknown-linux-musl \
@ -145,6 +144,7 @@ riscv64gc-unknown-linux-gnu \
wasm32-wasi \
x86_64-fortanix-unknown-sgx \
x86_64-fuchsia \
x86_64-pc-solaris \
x86_64-pc-windows-gnu \
x86_64-unknown-illumos \
x86_64-unknown-linux-gnux32 \

View File

@ -39,7 +39,7 @@ x86_64-unknown-freebsd \
x86_64-unknown-linux-gnu \
x86_64-unknown-linux-musl \
x86_64-unknown-netbsd \
x86_64-sun-solaris \
x86_64-pc-solaris \
x86_64-fuchsia \
x86_64-pc-windows-gnu \
x86_64-unknown-linux-gnux32 \

View File

@ -2551,7 +2551,7 @@ extern "C" {
// The epoll functions are actually only present on illumos. However,
// there are things using epoll on illumos (built using the
// x86_64-sun-solaris target) which would break until the illumos target is
// x86_64-pc-solaris target) which would break until the illumos target is
// present in rustc.
pub fn epoll_pwait(
epfd: ::c_int,