Add SIGWINCH signal and functionality in tty and support in PM.

This commit is contained in:
Ben Gras
2005-10-03 12:03:57 +00:00
parent f1d9413da7
commit 8c4166ee85
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -646,7 +646,7 @@ message *m_ptr; /* pointer to message sent to task */
case TIOCSWINSZ:
r = sys_vircopy( m_ptr->PROC_NR, D, (vir_bytes) m_ptr->ADDRESS,
SELF, D, (vir_bytes) &tp->tty_winsize, (vir_bytes) size);
/* SIGWINCH... */
sigchar(tp, SIGWINCH);
break;
#if ENABLE_SRCCOMPAT