Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97797
b: refs/heads/master
c: 3d5ede6
h: refs/heads/master
i:
  97795: 50e4c9c
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jun 6, 2008
1 parent 2e5ea3e commit 6da3f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8bfd04b974689f700bbd053ad6e66b0a95fb80c9
refs/heads/master: 3d5ede6f776bdb1483bcd086f79c3bf41fed3865
2 changes: 1 addition & 1 deletion trunk/arch/um/os-Linux/skas/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* 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 */
#define STUB_DONE_MASK (1 << SIGTRAP)
Expand Down

0 comments on commit 6da3f32

Please sign in to comment.