home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat2 / sigblock.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. SIGBLOCK(2)                UNIX Programmer's Manual                SIGBLOCK(2)
  3.  
  4. NNAAMMEE
  5.      ssiiggbblloocckk - block signals
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssyyss//ssiiggnnaall..hh>>
  9.  
  10.      _i_n_t
  11.      ssiiggbblloocckk(_i_n_t _m_a_s_k)
  12.  
  13.      _i_n_t
  14.      ssiiggmmaasskk(_s_i_g_n_u_m)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      TThhiiss iinntteerrffaaccee iiss mmaaddee oobbssoolleettee bbyy::  sigprocmask(2).
  18.  
  19.      SSiiggbblloocckk() adds the signals specified in _m_a_s_k to the set of signals cur­
  20.      rently being blocked from delivery.  Signals are blocked if the corre­
  21.      sponding bit in _m_a_s_k is a 1; the macro ssiiggmmaasskk() is provided to construct
  22.      the mask for a given _s_i_g_n_u_m.
  23.  
  24.      It is not possible to block SIGKILL or SIGSTOP; this restriction is
  25.      silently imposed by the system.
  26.  
  27. RREETTUURRNN VVAALLUUEESS
  28.      The previous set of masked signals is returned.
  29.  
  30. SSEEEE AALLSSOO
  31.      kill(2),  sigprocmask(2),  sigaction(2),  sigsetmask(2),  sigsetops(3)
  32.  
  33. HHIISSTTOORRYY
  34.      The ssiiggbblloocckk function call appeared in 4.2BSD and has been deprecated.
  35.  
  36. 4.2 Berkeley Distribution       March 10, 1991                               1
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.