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

Commit b994b6c0 authored by Jaswinder Singh's avatar Jaswinder Singh Committed by Ingo Molnar
Browse files

x86: signal_XX.c declare do_notify_resume before they get used

parent fb26132b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -140,6 +140,9 @@ struct sigaction {
struct k_sigaction {
	struct sigaction sa;
};

extern void do_notify_resume(struct pt_regs *, void *, __u32);

# else /* __KERNEL__ */
/* Here we must cater to libcs that poke about in kernel headers.  */