SIGVEC

Section: Manual del Programador de Linux (2)
Updated: 31 agosto 1995
Index Return to Main Contents


 

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

sigaction

(2), signal(2)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:20 GMT, January 22, 2005