> Clearly it isn't portable (the sigcontext structure is
> processor-specific), but then I'm not sure that there is any portable
> method. Stevens[1] indicates that SA_SIGINFO and struct siginfo are
> specific to SVR4, and that BSD 4.3+ signal handlers have the
> prototype:
On Jan 20, 22:01, William M. Perry wrote:
And evidently libc specific. This fails to compile on a libc5 system
(redhat 4.x + various weird crap) :)
There's no sigcontext.h in libc5.
It doesn't compile on IRIX 6.2 either, for the same reason.
- Tor