use nix::sys::signal::SigSet

Closes #12335
This commit is contained in:
xtqqczze
2026-01-13 18:45:26 +00:00
committed by Johannes Altmanninger
parent f2fc779c94
commit 2180777f73
5 changed files with 74 additions and 124 deletions

View File

@@ -41,9 +41,10 @@ libc = "0.2.177"
lru = "0.16.2"
nix = { version = "0.30.1", default-features = false, features = [
"event",
"fs",
"inotify",
"resource",
"fs",
"signal",
"term",
] }
num-traits = "0.2.19"