(DONT_REOPEN_PTY): New definition.

This commit is contained in:
Richard M. Stallman 1996-06-09 20:14:44 +00:00
parent f55aa55a81
commit b68f1a63fe

View file

@ -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