sigmask

Constructs the signal mask.

Library:LibC
Classification:BSD
Service:Signal Services

Syntax

  #include <signal.h> 
   
  int sigmask (
     int   signum );
  

Parameters

signum

(IN) Specifies the signal to add to the mask. For a list of supported signals, see Section 5.1, Standard Signals.

Return Values

Returns the signal mask.

Remarks

IMPORTANT:This function is only available to NLMs that are using POSIX semantics.

See Also