Re: [Mono-dev] [PATCH] Don't rely on SIGIO

2010-03-22 Thread Andreas Färber
Am 22.03.2010 um 21:24 schrieb Jonathan Pryor: > On Sun, 2010-03-21 at 23:44 +0100, Andreas Färber wrote: >> SIGIO is not part of POSIX, Haiku does not support it. > > You might want to mention that fact in the ChangeLog, otherwise we'll > need to care why SIGIO is special but not SIGWINCH (which

Re: [Mono-dev] [PATCH] Don't rely on SIGIO

2010-03-22 Thread Jonathan Pryor
On Sun, 2010-03-21 at 23:44 +0100, Andreas Färber wrote: > SIGIO is not part of POSIX, Haiku does not support it. You might want to mention that fact in the ChangeLog, otherwise we'll need to care why SIGIO is special but not SIGWINCH (which according to signal(7) is from 4.3BSDand Sun). Otherwis

[Mono-dev] [PATCH] Don't rely on SIGIO

2010-03-21 Thread Andreas Färber
SIGIO is not part of POSIX, Haiku does not support it. map.c contains checks to handle this, but old-map.c doesn't. Its generator no longer exists, so let's insert the check manually. Cc: Jonathan Pryor 2010-03-21 Andreas Faerber * old-map.c: Don't rely on SIGIO being defined. This