PATCH: signal ppc

Marcus Meissner meissner at suse.de
Sat May 3 04:19:55 CDT 2003


Hi,

Fixes compiling of signal_powerpc.c, removes unneeded errno.h

Ciao, Marcus

Changelog:
	fixed compile

Index: dlls/ntdll/signal_powerpc.c
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/signal_powerpc.c,v
retrieving revision 1.12
diff -u -r1.12 signal_powerpc.c
--- dlls/ntdll/signal_powerpc.c	3 Apr 2003 23:57:11 -0000	1.12
+++ dlls/ntdll/signal_powerpc.c	3 May 2003 09:19:07 -0000
@@ -23,7 +23,6 @@
 #include "config.h"
 #include "wine/port.h"
 
-#include <errno.h>
 #include <signal.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -468,8 +467,6 @@
         if (!sigaltstack(&ss, NULL)) have_sigaltstack = 1;
     }
 #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;



More information about the wine-patches mailing list