SIGVEC
Section: Linux Programmer's Manual (2)
Updated: 24 July 1993
Index
Return to Main Contents
NAME
sigvec - software signal facilities
SYNOPSIS
#include <bsd/signal.h>
int sigvec(int sig, struct sigvec *vec, struct sigvec *ovec);
DESCRIPTION
WARNING:
Under Linux DLL 4.4.1,
sigvec
is #defined'd to be
sigaction.
This interface is made obsolete by
sigaction(2).
SEE ALSO
sigaction(2), signal(2)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 12:25:07 GMT, March 22, 2025