* i386-tdep.c (i386_frameless_signal_p): Make non static for

the benefit of the interix target.
       * i386-tdep.h (i386_frameless_signal_p): Declare.
This commit is contained in:
Joel Brobecker
2002-11-08 17:34:31 +00:00
parent 1b33ef47a1
commit 5512c44af4
3 changed files with 8 additions and 1 deletions

View File

@@ -494,7 +494,7 @@ i386_get_frame_setup (CORE_ADDR pc)
/* Return non-zero if we're dealing with a frameless signal, that is,
a signal trampoline invoked from a frameless function. */
static int
int
i386_frameless_signal_p (struct frame_info *frame)
{
return (frame->next && frame->next->signal_handler_caller