OSDN Git Service

* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRP
authorcorinna <corinna>
Thu, 6 Oct 2011 19:47:44 +0000 (19:47 +0000)
committercorinna <corinna>
Thu, 6 Oct 2011 19:47:44 +0000 (19:47 +0000)
commit71eb617e5cf332dd17c1a45eb2c654ecf7b66dcc
tree296683e87372ae06a0200917aee013fee9e97b90
parent0e17678bf754c13ce191566e5f9e559f7c4ac777
* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRP
pseudo signal to process group instead of just calling
init_console_handler.
* sigproc.cc (wait_sig): Call init_console_handler here on __SIGSETPGRP
signal.
* sigproc.h (__SIGSETPGRP): Define.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_termios.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/sigproc.h