-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Hello
The SIG_DFL and SIG_IGN constants seem to be missing on windows targets (*-pc-windows-* tripples). It seems that according to the documentation they should exist
https://docs.microsoft.com/en-us/previous-versions/xdkz3x12(v=vs.140)
I'd try adding them, but I don't have any Windows at hand so I can't find the value. Some tests on CI suggest that SIG_DFL might be 0, though, but I can't really be sure.
Is it possible to add them?
Thank you