Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Al Viro and committed by
Linus Torvalds
9288d1a3 a8f47c45

+1
+1
include/asm-m68k/signal.h
··· 198 198 return word ^ 31; 199 199 } 200 200 201 + struct pt_regs; 201 202 extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie); 202 203 203 204 #endif /* __KERNEL__ */