[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Broken signal handling in Mintlib PL46?
>The kernel actually does pass two longs to signal handlers, and
>_trampoline should pass both. The second arg is the vector number
>that triggered the signal, usefull to distinguish between the
>different sources of SIGFPE.
Ah, I hadn't realised that. So you are really saying that __Sigfunc
should define a function taking two args, and not one?
Is this permissable in POSIX?
Chris