From eb5720f25501cd7e9b8115bb0220bef058bb5afd Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 29 Jul 2002 03:18:41 +0000 Subject: * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrp method. * select.cc (peek_console): Ditto. * fhandler_termios.cc (fhandler_termios::bg_check): Send "stopped" signal to entire process group as dictated by SUSv3. * termios.cc (tcsetattr): Detect when stopped signal sent and force a stop before setting anything. --- winsup/cygwin/fhandler_console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler_console.cc') diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc index c8f085623..4d767daf5 100644 --- a/winsup/cygwin/fhandler_console.cc +++ b/winsup/cygwin/fhandler_console.cc @@ -416,7 +416,7 @@ fhandler_console::read (void *pv, size_t buflen) break; case WINDOW_BUFFER_SIZE_EVENT: - kill_pgrp (tc->getpgid (), SIGWINCH); + tc->kill_pgrp (SIGWINCH); continue; default: -- cgit v1.2.3