mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 14:28:30 +00:00
Unblock stalled i/o signals on windows
This commit is contained in:
parent
aca4214ff6
commit
9ba5b227d9
4 changed files with 43 additions and 50 deletions
|
@ -133,10 +133,6 @@ int main() {
|
|||
if (IsOpenbsd())
|
||||
return 0;
|
||||
|
||||
// TODO(jart): Why is this test flaky on Windows?
|
||||
if (IsWindows())
|
||||
return 0;
|
||||
|
||||
// Block SIGUSR1 and SIGUSR2 in main thread
|
||||
sigset_t block_set;
|
||||
sigemptyset(&block_set);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue