Browse Source

[PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Al Viro 18 năm trước cách đây
mục cha
commit
9288d1a3c7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      include/asm-m68k/signal.h

+ 1 - 0
include/asm-m68k/signal.h

@@ -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__ */