Penguin
Annotated edit history of sigvec(2) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SIGVEC
2 !!!SIGVEC
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFORMING TO
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 sigvec - BSD software signal facilities
13 !!SYNOPSIS
14
15
16 __#include __
17
18
19 __int sigvec(int__ ''sig''__, struct sigvec
20 *__''vec''__, struct sigvec
21 *__''ovec''__);__
22 !!DESCRIPTION
23
24
25 This interface is made obsolete by
26 sigaction(2).
27
28
29 Under Linux __sigvec__ is #define'd to __sigaction__,
30 and provides at best a rough approximation of the BSD sigvec
31 interface.
32 !!CONFORMING TO
33
34
35 BSD, SVr4
36 !!SEE ALSO
37
38
39 sigaction(2), signal(2)
40 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.