Mercurial > emacs
changeset 15367:179cd20f2f8a
(DONT_REOPEN_PTY): New definition.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Jun 1996 20:14:44 +0000 |
parents | 32ab7b623b9b |
children | 6229fb866493 |
files | src/s/freebsd.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/freebsd.h Sun Jun 09 19:12:26 1996 +0000 +++ b/src/s/freebsd.h Sun Jun 09 20:14:44 1996 +0000 @@ -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