Skip to content

Commit

Permalink
[PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h)
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 8, 2006
1 parent a8f47c4 commit 9288d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-m68k/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ static inline int sigfindinword(unsigned long word)
return word ^ 31;
}

struct pt_regs;
extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie);

#endif /* __KERNEL__ */
Expand Down

0 comments on commit 9288d1a

Please sign in to comment.