-
- Downloads
Auto merge of #246 - kamalmarhubi:openpty, r=alexcrichton
unix: Add openpty(3) and forkpty(3) for non-Apple platforms The functions were added for Apple in #202. Adding them to other platforms was pending an amendment to RFC 1291 to expand the scope of libc to include libutil. The amendment was merged as https://github.com/rust-lang/rfcs/pull/1529
No related branches found
No related tags found
Showing
- libc-test/build.rs 7 additions, 0 deletionslibc-test/build.rs
- src/unix/bsd/freebsdlike/mod.rs 10 additions, 0 deletionssrc/unix/bsd/freebsdlike/mod.rs
- src/unix/bsd/openbsdlike/mod.rs 10 additions, 0 deletionssrc/unix/bsd/openbsdlike/mod.rs
- src/unix/notbsd/linux/mod.rs 10 additions, 0 deletionssrc/unix/notbsd/linux/mod.rs
Loading
Please register or sign in to comment