Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286537
b: refs/heads/master
c: 90a4c0f
h: refs/heads/master
i:
  286535: d01ade2
v: v3
  • Loading branch information
Linus Torvalds committed Jan 19, 2012
1 parent 43079c7 commit e18b79a
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: f59e842fc0871cd5baa213dc32e0ce8e5aaf4758
refs/heads/master: 90a4c0f51e8e44111a926be6f4c87af3938a79c3
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 e18b79a

Please sign in to comment.