siggetmask

Returns the current set of blocked signals.

Library:LibC
Classification:BSD
Service:Signal Services

Syntax

  #include <signal.h> 
   
  int siggetmask ( void );
  

Return Values

Returns the signal mask.

Remarks

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

See Also