From 4a1f46a99a1bb25eb382eb3dfc6a336d56fb1811 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 21 Aug 2005 10:44:57 +0000 Subject: (svn r2882) Some fixes for MorphOS (by tokai) - Don't track dependencies on system headers - Add an include path - Silence a warning regarding a bad signal prototype - Remove executable flag from pictures - Add proper OTTD icon --- unix.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'unix.c') diff --git a/unix.c b/unix.c index ee478fbcc..16c79988d 100644 --- a/unix.c +++ b/unix.c @@ -31,6 +31,10 @@ #ifdef __MORPHOS__ #include 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__ -- cgit v1.2.3-70-g09d2