Skip to content

Commit

Permalink
x86: signal_XX.c declare do_notify_resume before they get used
Browse files Browse the repository at this point in the history
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
  • Loading branch information
Jaswinder Singh authored and Ingo Molnar committed Jul 22, 2008
1 parent fb26132 commit b994b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/asm-x86/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit b994b6c

Please sign in to comment.