Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8040
b: refs/heads/master
c: fc0b1af
h: refs/heads/master
v: v3
  • Loading branch information
viro@ZenIV.linux.org.uk authored and Linus Torvalds committed Sep 9, 2005
1 parent 21d24a0 commit 4e4b60b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85c39206ac556c9dd7345465ea5265c1f33e50d1
refs/heads/master: fc0b1af2571cd56f8f2b218ef72b911135c0e37a
8 changes: 4 additions & 4 deletions trunk/arch/i386/kernel/sigframe.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
struct sigframe
{
char *pretcode;
char __user *pretcode;
int sig;
struct sigcontext sc;
struct _fpstate fpstate;
Expand All @@ -10,10 +10,10 @@ struct sigframe

struct rt_sigframe
{
char *pretcode;
char __user *pretcode;
int sig;
struct siginfo *pinfo;
void *puc;
struct siginfo __user *pinfo;
void __user *puc;
struct siginfo info;
struct ucontext uc;
struct _fpstate fpstate;
Expand Down

0 comments on commit 4e4b60b

Please sign in to comment.