Explorar o código

[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 %!s(int64=19) %!d(string=hai) anos
pai
achega
9288d1a3c7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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__ */