sigorset

Name

sigorset -- build a new signal set by combining the two input sets using logical OR

Synopsis

#include <:signal.h>

extern int sigorset((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 OR.