mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 12:39:28 +00:00
Previously, we were using SysV pseudo-terminals on Solaris and BSD pseudo-terminals on other Unix platforms. BSD pseudo-terminals have been deprecated on Linux and are no longer available in some kernel configurations. The POSIX API is basically the same as the SysV API, apart from using `posix_openpt` instead of `open` with `/dev/ptmx`. Closes interlisp/medley#121.
3 lines
98 B
C
3 lines
98 B
C
int fork_Unix(void);
|
|
int ForkUnixShell(int slot, char *PtySlave, char *termtype, char *shellarg);
|