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

  man pages->NetBSD man pages -> sigsetmask (3)              
Title
Content
Arch
Section
 

SIGSETMASK(3)

Contents


NAME    [Toc]    [Back]

     sigsetmask - set current signal mask

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <signal.h>

     int
     sigsetmask(int mask);

     sigmask(signum);

DESCRIPTION    [Toc]    [Back]

     This interface is made obsolete by: sigprocmask(2).

     sigsetmask() sets the current signal mask Signals are blocked from delivery
 if the corresponding bit in mask is a 1; the macro sigmask() is provided
 to construct the mask for a given signum.

     The system quietly disallows SIGKILL or SIGSTOP to be blocked.

RETURN VALUES    [Toc]    [Back]

     The previous set of masked signals is returned.

SEE ALSO    [Toc]    [Back]

      
      
     kill(2), sigaction(2), sigprocmask(2), sigsuspend(2), sigblock(3),
     sigsetops(3), sigvec(3)

HISTORY    [Toc]    [Back]

     The sigsetmask() function call appeared in 4.2BSD and has been deprecated.


BSD                              June 2, 1993                              BSD
[ Back ]
 Similar pages
Name OS Title
sigprocmask Tru64 Set the current signal mask
sigsetmask Tru64 Set the current signal mask
sigblock FreeBSD manipulate current signal mask
sigprocmask FreeBSD manipulate current signal mask
sigprocmask OpenBSD manipulate current signal mask
sigprocmask NetBSD manipulate current signal mask
sigsetmask FreeBSD manipulate current signal mask
sigmask FreeBSD manipulate current signal mask
sigsetmask IRIX set current signal mask (4.3BSD)
pthread_sigmask Tru64 Examine or change the current thread's signal mask
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service