table of contents
other sections
SIGVEC(2) | Manual del Programador de Linux | SIGVEC(2) |
NOMBRE¶
sigvec - facilidades de señales del software BSD
SINOPSIS¶
#include <bsd/signal.h>
int sigvec(int sig, struct sigvec *vec, struct sigvec *ovec);
DESCRIPCIÓN¶
Este interface se hace obsoleto por sigaction(2).
Bajo Linux sigvec es una macro definida mediante sigaction, y sirve como la más tosca aproximación del interface BSD sigvec.
CONFORME A¶
BSD, SVr4
VÉASE TAMBIÉN¶
31 agosto 1995 | Linux 1.3 |