Skip to content

Commit 498d0ff

Browse files
committed
src/signals.rs: Use SIGURG instead of SIGWINCH as the final preemption signal
This is to free the latter up for use by libtimetravel.
1 parent fbff949 commit 498d0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signals.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static NOTIFICATION_SIGNALS: [Signal; 16] = [
1919
Signal::Hangup,
2020
Signal::Pollable,
2121
Signal::Syscall,
22-
Signal::WindowResize,
22+
Signal::UrgentSocket,
2323
];
2424

2525
pub fn assign_signal() -> SyncResult<'static, Signal> {

0 commit comments

Comments
 (0)