Replace x86_64-sun-solaris
with x86_64-pc-solaris
This commit is contained in:
parent
a6dc5bc088
commit
d96c9a2d8e
@ -130,7 +130,6 @@ RUST_GT_1_19_LINUX_TARGETS="\
|
|||||||
aarch64-unknown-linux-musl \
|
aarch64-unknown-linux-musl \
|
||||||
sparcv9-sun-solaris \
|
sparcv9-sun-solaris \
|
||||||
wasm32-unknown-unknown \
|
wasm32-unknown-unknown \
|
||||||
x86_64-sun-solaris \
|
|
||||||
"
|
"
|
||||||
RUST_GT_1_24_LINUX_TARGETS="\
|
RUST_GT_1_24_LINUX_TARGETS="\
|
||||||
i586-unknown-linux-musl \
|
i586-unknown-linux-musl \
|
||||||
@ -145,6 +144,7 @@ riscv64gc-unknown-linux-gnu \
|
|||||||
wasm32-wasi \
|
wasm32-wasi \
|
||||||
x86_64-fortanix-unknown-sgx \
|
x86_64-fortanix-unknown-sgx \
|
||||||
x86_64-fuchsia \
|
x86_64-fuchsia \
|
||||||
|
x86_64-pc-solaris \
|
||||||
x86_64-pc-windows-gnu \
|
x86_64-pc-windows-gnu \
|
||||||
x86_64-unknown-illumos \
|
x86_64-unknown-illumos \
|
||||||
x86_64-unknown-linux-gnux32 \
|
x86_64-unknown-linux-gnux32 \
|
||||||
|
@ -39,7 +39,7 @@ x86_64-unknown-freebsd \
|
|||||||
x86_64-unknown-linux-gnu \
|
x86_64-unknown-linux-gnu \
|
||||||
x86_64-unknown-linux-musl \
|
x86_64-unknown-linux-musl \
|
||||||
x86_64-unknown-netbsd \
|
x86_64-unknown-netbsd \
|
||||||
x86_64-sun-solaris \
|
x86_64-pc-solaris \
|
||||||
x86_64-fuchsia \
|
x86_64-fuchsia \
|
||||||
x86_64-pc-windows-gnu \
|
x86_64-pc-windows-gnu \
|
||||||
x86_64-unknown-linux-gnux32 \
|
x86_64-unknown-linux-gnux32 \
|
||||||
|
@ -2551,7 +2551,7 @@ extern "C" {
|
|||||||
|
|
||||||
// The epoll functions are actually only present on illumos. However,
|
// The epoll functions are actually only present on illumos. However,
|
||||||
// there are things using epoll on illumos (built using the
|
// 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.
|
// present in rustc.
|
||||||
pub fn epoll_pwait(
|
pub fn epoll_pwait(
|
||||||
epfd: ::c_int,
|
epfd: ::c_int,
|
||||||
|
Loading…
Reference in New Issue
Block a user