*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> sigblock (2)              
Title
Content
Arch
Section
 

sigblock(2)

Contents


NAME    [Toc]    [Back]

       sigblock  -  Provide a compatibility interface to the sigprocmask
 function

SYNOPSIS    [Toc]    [Back]

       int sigblock(
               int mask );

PARAMETERS    [Toc]    [Back]

       Specifies the signals to be added to the  set  of  signals
       currently being blocked from delivery.

DESCRIPTION    [Toc]    [Back]

       The  sigblock()  function  causes the signals specified by
       the mask parameter to be added to the set of signals  currently
  being  blocked  from  delivery.  The  signals  are
       blocked from delivery by logically ORing  the  mask  value
       into  the  signal mask of the process. Signal i is blocked
       if the i-th bit in the mask parameter is  a  value  of  1.
       Only  signals with values 1-31 can be masked with the sigblock()
 function.

NOTES    [Toc]    [Back]

       It is not possible to block SIGKILL. The  system  provides
       no indication of this restriction.

       The sigblock() function is provided for compatibility with
       other UNIX systems. It provides a subset of the operations
       provided by the sigprocmask() function.

RETURN VALUES    [Toc]    [Back]

       On  completion,  the  previous  set  of  masked signals is
       returned.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: kill(2), sigaction(2), sigprocmask(2),  sigsuspend(2), sigvec(2), sigpause(3)



                                                      sigblock(2)
[ Back ]
 Similar pages
Name OS Title
sigpause Tru64 Provide a compatibility interface to the sigsuspend function
sigvec Tru64 Provide a compatibility interface to the sigaction() function
libpw Tru64 Provide functions for compatibility with existing programs
libPW Tru64 Provide functions for compatibility with existing programs
Programmers_Workbench_Library Tru64 Provide functions for compatibility with existing programs
gss_open Tru64 Application Security SDK supports this function only for compatibility. This function is not require...
gss_close Tru64 Application Security SDK supports this function only for compatibility. This function is not require...
sttyV6 HP-UX terminal interface for Version 6/PWB compatibility
sttyv6 HP-UX terminal interface for Version 6/PWB compatibility
stty HP-UX terminal interface for Version 6/PWB compatibility
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service