mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Rewrite Windows signal delivery system
This commit is contained in:
parent
00084577a3
commit
81f391dd22
19 changed files with 66 additions and 333 deletions
|
@ -70,7 +70,7 @@ TEST(sigprocmask, testMultipleBlockedDeliveriesOfSameSignal) {
|
|||
EXPECT_EQ(0, n);
|
||||
EXPECT_EQ(0, sigprocmask(SIG_SETMASK, &old, NULL));
|
||||
EXPECT_EQ(0, sigaction(SIGUSR2, &oldusr2, 0));
|
||||
if (IsFreebsd() || IsWindows()) {
|
||||
if (IsFreebsd()) {
|
||||
EXPECT_EQ(2, n);
|
||||
} else {
|
||||
EXPECT_EQ(1, n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue