Name
sigandset -- build a new signal set by combining the two input sets using logical AND
Synopsis
#include <signal.h>
extern int sigandset(sigset_t *set, const sigset_t *left,
const sigset_t *right); |
Description
A signal function that builds a new signal set by combining the two input sets using logical AND.