You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Disable epoll support on Solaris.
It appears Solaris doesn't support epoll; only Illumos does. And as
of rust-lang/libc#3864, the libc crate won't declare the epoll libc
interface on Solaris. So disable epoll support on Solaris in rustix
too.
* Add epoll documentation links for illumos.
* Add a documentation reference for ptsname for illumos.
* Enable the epoll tests on illumos and redox.
* Enable the openpty tests on illumos.
0 commit comments