Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9288d1a3 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

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

parent a8f47c45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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__ */