Tagged Questions
2
votes
0answers
49 views
Signal break-codes in Linux
I am porting a code from IRIX to Linux RedHat, that is currently using signal handlers with the form of
void sig_handler (int sig, int code, struct sigcontext *).
These codes are for example ...