Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40921
b: refs/heads/master
c: 14679eb
h: refs/heads/master
i:
  40919: 9e7e1f6
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Nov 14, 2006
1 parent 0595c3c commit 6e4a5ad
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 14f448e36192d6d2cd7dfd81cb044977b2f9dd9b
refs/heads/master: 14679eb3c50897889ba62f9a37e3bcd8a205b5e7
2 changes: 2 additions & 0 deletions trunk/arch/x86_64/ia32/ptrace32.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ asmlinkage long sys32_ptrace(long request, u32 pid, u32 addr, u32 data)
case PTRACE_DETACH:
case PTRACE_SYSCALL:
case PTRACE_SETOPTIONS:
case PTRACE_SET_THREAD_AREA:
case PTRACE_GET_THREAD_AREA:
return sys_ptrace(request, pid, addr, data);

default:
Expand Down

0 comments on commit 6e4a5ad

Please sign in to comment.