Start with full procmask, fix signal delivery.
This commit is contained in:
@@ -242,8 +242,7 @@ impl Context {
|
||||
ens: SchemeNamespace::from(0),
|
||||
sig: SignalState {
|
||||
pending: 0,
|
||||
procmask: 0,
|
||||
|
||||
procmask: !0,
|
||||
handler: None,
|
||||
},
|
||||
umask: 0o022,
|
||||
|
||||
Reference in New Issue
Block a user