We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f6f01 commit 2fb99daCopy full SHA for 2fb99da
src/event/workqueue_internal.h
@@ -38,7 +38,7 @@
38
#define WORKQ_NUM_PRIORITIES 6
39
40
// Enable/Disable kext code paths
41
-#if defined(__linux)
+#if defined(__linux__)
42
#define DISPATCH_ENABLE_PWQ_KEXT 0 /* disabled; not yet complete */
43
#else
44
#define DISPATCH_ENABLE_PWQ_KEXT 0
0 commit comments