[ let's come back to this old thread.. ] You wrote: > > Support for RT signals is easily detectable > > through the SIGRTMIN macro. Of course, sig.c > > should stop defining SIGRTMIN to a hardcoded value :) > > SIGRTMIN is not supplied by older C libraries.
Then can you conditionalise this so that it doesn't affect non-Linux? Something like: #if defined(__linux__) && !defined(SIGRTMIN) # define SIGRTMIN xxx #endif -- Robert Millan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]