diff --git a/[refs] b/[refs] index 1b2070beb21f..3e37ad79fddc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb26132b441e75d6ba9996efc29b42081aee0abd +refs/heads/master: b994b6c0332a5499b33880855dadad04d74cde54 diff --git a/trunk/include/asm-x86/signal.h b/trunk/include/asm-x86/signal.h index 6dac49364e95..5e4a1b0d8dc3 100644 --- a/trunk/include/asm-x86/signal.h +++ b/trunk/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. */