(DONT_REOPEN_PTY): New definition.
This commit is contained in:
parent
f55aa55a81
commit
b68f1a63fe
1 changed files with 5 additions and 0 deletions
|
@ -92,3 +92,8 @@
|
|||
/* Needed to avoid hanging when child process writes an error message
|
||||
and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */
|
||||
#define vfork fork
|
||||
|
||||
/* Don't close pty in process.c to make it as controlling terminal.
|
||||
It is already a controlling terminal of subprocess, because we did
|
||||
ioctl TIOCSCTTY. */
|
||||
#define DONT_REOPEN_PTY
|
||||
|
|
Loading…
Add table
Reference in a new issue