Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19979
b: refs/heads/master
c: 43b00fd
h: refs/heads/master
i:
  19977: 8fd3d11
  19975: 61042b2
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Feb 8, 2006
1 parent 11fae12 commit ddecac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14d9ead05ec925f299ae5cfe948c180c88ec842e
refs/heads/master: 43b00fdbb13bfc1b2f4a8e5b65315db6d9c479a3
1 change: 1 addition & 0 deletions trunk/arch/um/os-Linux/start_up.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static int ptrace_child(void *arg)
int pid = os_getpid(), ppid = getppid();
int sc_result;

change_sig(SIGWINCH, 0);
if(ptrace(PTRACE_TRACEME, 0, 0, 0) < 0){
perror("ptrace");
os_kill_process(pid, 0);
Expand Down

0 comments on commit ddecac7

Please sign in to comment.