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 7498f05 commit b5bedb7Copy full SHA for b5bedb7
paks/osdep/dist/osdep.h
@@ -1072,7 +1072,7 @@ typedef int64 Ticks;
1072
1073
#ifdef SIGINFO
1074
#define ME_SIGINFO SIGINFO
1075
-#elif (defined(SIGIPRW)
+#elif defined(SIGIPRW)
1076
#define ME_SIGINFO SIGIPRW
1077
#else
1078
#define ME_SIGINFO NULL
src/osdep/osdep.h
0 commit comments