Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332973
b: refs/heads/master
c: a3460a5
h: refs/heads/master
i:
  332971: 7ec817f
v: v3
  • Loading branch information
Al Viro committed Sep 30, 2012
1 parent 9682a00 commit e72b0ff
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2aa3a7f8660355c3dddead17e224545c1a3d5a5f
refs/heads/master: a3460a59747cfddfa7be4758e5ef08bf5d751d59
4 changes: 4 additions & 0 deletions trunk/include/linux/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ static inline void user_single_step_siginfo(struct task_struct *tsk,
#define arch_ptrace_stop(code, info) do { } while (0)
#endif

#ifndef current_pt_regs
#define current_pt_regs() task_pt_regs(current)
#endif

extern int task_current_syscall(struct task_struct *target, long *callno,
unsigned long args[6], unsigned int maxargs,
unsigned long *sp, unsigned long *pc);
Expand Down

0 comments on commit e72b0ff

Please sign in to comment.