Fixed a compile error.

This commit is contained in:
Dave Belanger 2003-08-28 19:39:42 +00:00 committed by Alexandre Julliard
parent 76a5e0a29c
commit 06da8c2869
1 changed files with 0 additions and 2 deletions

View File

@ -427,8 +427,6 @@ int __wine_set_signal_handler(unsigned int sig, wine_signal_handler wsh)
*/
BOOL SIGNAL_Init(void)
{
sigfillset( &all_sigs );
if (set_handler( SIGINT, (void (*)())int_handler ) == -1) goto error;
if (set_handler( SIGFPE, (void (*)())fpe_handler ) == -1) goto error;
if (set_handler( SIGSEGV, (void (*)())segv_handler ) == -1) goto error;