|
@@ -55,7 +55,7 @@ static int ptrace_dump_regs(int pid)
|
|
* Signals that are OK to receive in the stub - we'll just continue it.
|
|
* Signals that are OK to receive in the stub - we'll just continue it.
|
|
* SIGWINCH will happen when UML is inside a detached screen.
|
|
* SIGWINCH will happen when UML is inside a detached screen.
|
|
*/
|
|
*/
|
|
-#define STUB_SIG_MASK (1 << SIGVTALRM)
|
|
|
|
|
|
+#define STUB_SIG_MASK ((1 << SIGVTALRM) | (1 << SIGWINCH))
|
|
|
|
|
|
/* Signals that the stub will finish with - anything else is an error */
|
|
/* Signals that the stub will finish with - anything else is an error */
|
|
#define STUB_DONE_MASK (1 << SIGTRAP)
|
|
#define STUB_DONE_MASK (1 << SIGTRAP)
|