SIGVECSection: Linux Programmer's Manual (2)Updated: 1995-08-31 |
SIGVECSection: Linux Programmer's Manual (2)Updated: 1995-08-31 |
int sigvec(int sig, struct sigvec *vec, struct sigvec *ovec);
Under Linux sigvec is #define'd to sigaction, and provides at best a rough approximation of the BSD sigvec interface.