don't try to block sigstop

This commit is contained in:
Simon Cruanes 2025-03-13 10:45:01 -04:00
parent deb96302e1
commit c51a0a6bd4
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -115,7 +115,6 @@ let worker_loop (type st) ~block_signals ~(ops : st ops) (self : st) : unit =
Sys.sigusr1;
Sys.sigusr2;
Sys.sigvtalrm;
Sys.sigstop;
];
let cur_fiber : fiber ref = ref _dummy_fiber in