diff --git a/include/asm-x86/signal.h b/include/asm-x86/signal.h index 6dac49364e9528c6e76d9478bf00ab9ed6b6d3bc..5e4a1b0d8dc3bc5aacee6641605bfea4885ec73b 100644 --- a/include/asm-x86/signal.h +++ b/include/asm-x86/signal.h @@ -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. */