Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286542
b: refs/heads/master
c: afd2909
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jan 19, 2012
1 parent c677113 commit 6d0addd
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 456a8167e94b66f406c27400a46a707b870452b0
refs/heads/master: afd290945cd283030b51b433a66fe57a8feb28c8
5 changes: 5 additions & 0 deletions trunk/arch/x86/um/shared/sysdep/ptrace.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef __SYSDEP_X86_PTRACE_H
#define __SYSDEP_X86_PTRACE_H

#ifdef __i386__
#include "ptrace_32.h"
#else
Expand All @@ -8,3 +11,5 @@ static inline long regs_return_value(struct uml_pt_regs *regs)
{
return UPT_SYSCALL_RET(regs);
}

#endif /* __SYSDEP_X86_PTRACE_H */

0 comments on commit 6d0addd

Please sign in to comment.