Fixed a compile error.
This commit is contained in:
parent
76a5e0a29c
commit
06da8c2869
@ -427,8 +427,6 @@ int __wine_set_signal_handler(unsigned int sig, wine_signal_handler wsh)
|
|||||||
*/
|
*/
|
||||||
BOOL SIGNAL_Init(void)
|
BOOL SIGNAL_Init(void)
|
||||||
{
|
{
|
||||||
sigfillset( &all_sigs );
|
|
||||||
|
|
||||||
if (set_handler( SIGINT, (void (*)())int_handler ) == -1) goto error;
|
if (set_handler( SIGINT, (void (*)())int_handler ) == -1) goto error;
|
||||||
if (set_handler( SIGFPE, (void (*)())fpe_handler ) == -1) goto error;
|
if (set_handler( SIGFPE, (void (*)())fpe_handler ) == -1) goto error;
|
||||||
if (set_handler( SIGSEGV, (void (*)())segv_handler ) == -1) goto error;
|
if (set_handler( SIGSEGV, (void (*)())segv_handler ) == -1) goto error;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user