summaryrefslogtreecommitdiff
path: root/src/s/netbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/netbsd.h')
-rw-r--r--src/s/netbsd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 80b4442af5..cbcd54f398 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -26,11 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
that are handled with CPP __RENAME() macro in signal.h. */
#include <signal.h>
-/* 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
-
/* Tell that garbage collector that setjmp is known to save all
registers relevant for conservative garbage collection in the jmp_buf. */
#define GC_SETJMP_WORKS 1