On Apr 7, 2007, at 12:35 AM, Richard L. Hamilton wrote:

> usr/src/uts/common/sys/iso/signal_iso.h:
> add
> #define       SIGINFO 41        /* information request */
>
> change value of _SIGRTMIN from 41 to 42

This works in actual implementation but beware of the side effect  
that now
any binary compiled prior to your change that does anything with  
_SIGRTMIN
will now be doing it with SIGINFO.  That could lead to some interesting
compatibility issues down the road.

     William Kucharski
     william dot kucharski at sun dot com

Reply via email to