Name
set_current_blocked — 
     change current->blocked mask
 
Synopsis
| void set_current_blocked ( | sigset_t * newset ); | 
 
Description
   It is wrong to change ->blocked directly, this helper should be used
   to ensure the process can't miss a shared signal we are going to block.