unix.c
changeset 2356 9277224514f6
parent 2338 8b953706648a
child 2380 3b26659b4a9a
--- a/unix.c	Sun Aug 21 06:05:51 2005 +0000
+++ b/unix.c	Sun Aug 21 10:44:57 2005 +0000
@@ -31,6 +31,10 @@
 #ifdef __MORPHOS__
 #include <exec/types.h>
 ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
+
+// The system supplied definition of SIG_IGN does not match
+#undef SIG_IGN
+#define SIG_IGN (void (*)(int))1
 #endif /* __MORPHOS__ */
 
 #ifdef __AMIGA__