Skip to content
Snippets Groups Projects
  • Joshua M. Clulow's avatar
    1f0ea0da
    add openpty and forkpty implementation for illumos systems · 1f0ea0da
    Joshua M. Clulow authored
    At time of writing, illumos systems do not provide an implementation of
    the openpty() and forkpty() wrappers provided on some other UNIX
    systems.  While we expect to grow an implementation, it seems prudent to
    provide a compatibility routine here first to unblock illumos support in
    the popular nix crate.
    1f0ea0da
    History
    add openpty and forkpty implementation for illumos systems
    Joshua M. Clulow authored
    At time of writing, illumos systems do not provide an implementation of
    the openpty() and forkpty() wrappers provided on some other UNIX
    systems.  While we expect to grow an implementation, it seems prudent to
    provide a compatibility routine here first to unblock illumos support in
    the popular nix crate.