Fixed powerpc compile.

This commit is contained in:
Marcus Meissner 2003-05-04 02:25:07 +00:00 committed by Alexandre Julliard
parent f5a4a9b60a
commit e65d6715ce
1 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@
#include "config.h"
#include "wine/port.h"
#include <errno.h>
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
@ -469,8 +468,6 @@ BOOL SIGNAL_Init(void)
}
#endif /* HAVE_SIGALTSTACK */
sigfillset( &all_sigs );
if (set_handler( SIGINT, have_sigaltstack, (void (*)())int_handler ) == -1) goto error;
if (set_handler( SIGFPE, have_sigaltstack, (void (*)())fpe_handler ) == -1) goto error;
if (set_handler( SIGSEGV, have_sigaltstack, (void (*)())segv_handler ) == -1) goto error;