summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_tty.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-06-18 21:18:59 +0000
committerChristopher Faylor <me@cgf.cx>2001-06-18 21:18:59 +0000
commit20a2c4436224db8bf0b9dd47c58749a36a1dfc17 (patch)
tree9445a0987f1ef7a5fe0638e13b3254ac211ebe3b /winsup/cygwin/fhandler_tty.cc
parent36623e6535b5e5cddd1bab84ada4b06af9b22474 (diff)
downloadcygnal-20a2c4436224db8bf0b9dd47c58749a36a1dfc17.tar.gz
cygnal-20a2c4436224db8bf0b9dd47c58749a36a1dfc17.tar.bz2
cygnal-20a2c4436224db8bf0b9dd47c58749a36a1dfc17.zip
* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.
* fork.cc (fork_copy): Print more debugging info. (fork_parent): Change order of arguments to accomdate buggy gcc. (fork): Ditto. * syscalls.cc (_unlink): Reorganize to try harder to delete file with DeleteFile and to recover more gracefully if FILE_FLAG_DELETE_ON_CLOSE doesn't work properly.
Diffstat (limited to 'winsup/cygwin/fhandler_tty.cc')
-rw-r--r--winsup/cygwin/fhandler_tty.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc
index f0076cabf..293f4e636 100644
--- a/winsup/cygwin/fhandler_tty.cc
+++ b/winsup/cygwin/fhandler_tty.cc
@@ -574,7 +574,7 @@ fhandler_tty_slave::init (HANDLE, DWORD a, mode_t)
if (a == (GENERIC_READ | GENERIC_WRITE))
mode = O_RDWR;
- open (0, mode | O_NOCTTY);
+ open (0, mode);
}
int