Skip to content

Commit

Permalink
- There is no SIGHUP mapping on win
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Sep 17, 2024
1 parent a560954 commit 0821483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commons/zenoh-shm/src/cleanup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ impl Cleanup {
// todo: this is a workaround to make sure Cleanup will be executed even if process terminates via signal handlers
// that execute std::terminate instead of exit
for signal in [
#[cfg(not(target_os = "windows"))]
SIGHUP,
SIGTERM,
SIGINT,
Expand Down

0 comments on commit 0821483

Please sign in to comment.