We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22669e0 commit d243b74Copy full SHA for d243b74
src/trusted/service_runtime/nacl_signal.h
@@ -58,7 +58,7 @@ struct NaClExceptionFrame;
58
#define NACL_ABI_WIFSIGNALED(status) ((((status) + 1) & 0x7f) > 1)
59
#define NACL_ABI_W_EXITCODE(ret, sig) ((((ret) & 0xff) << 8) + ((sig) & 0x7f))
60
61
-#if NACL_WINDOWS
+#if NACL_WINDOWS && defined(_MSC_VER)
62
enum PosixSignals {
63
SIGINT = 2,
64
SIGQUIT = 3,
0 commit comments