Remove solarish compat for openpty
and forkpty
#4045
Labels
C-cleanup
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
O-solarish
We currently polyfill these functions for solarish in https://github.com/rust-lang/libc/blob/3a0b0444d7206aa3feb30297c005597a960d0b33/src/unix/solarish/compat.rs, but it would be better to phase these out so we're not providing any implementations in
libc
.It looks like Solaris supports
openpty
andforkpty
https://docs.oracle.com/cd/E88353_01/html/E37843/openpty-3c.html, and Illumos has had them for at least a few years https://www.illumos.org/issues/5386, so at this point our implementation could be replaced with bindings.The text was updated successfully, but these errors were encountered: