Start with full procmask, fix signal delivery.

This commit is contained in:
4lDO2
2024-01-26 11:49:02 +01:00
parent 5336cbd9e5
commit 5ac0be7ec1
6 changed files with 51 additions and 42 deletions
+1 -2
View File
@@ -242,8 +242,7 @@ impl Context {
ens: SchemeNamespace::from(0),
sig: SignalState {
pending: 0,
procmask: 0,
procmask: !0,
handler: None,
},
umask: 0o022,