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 ac5534d commit e6bff4aCopy full SHA for e6bff4a
AUTHORS.md
@@ -21,3 +21,4 @@ Authors ordered by first contribution:
21
- John Barboza (https://github.com/jbarz)
22
- Abdirahim Musse (https://github.com/ab-m)
23
- Richard Waller (https://github.com/rwalle61)
24
+ - Russell Howe (https://github.com/rhowe-gds)
src/plugins/node/prof/watchdog.h
@@ -20,7 +20,7 @@
20
#include "compat.h"
#include "compat-inl.h"
-#if defined(__linux__) && (defined(__i386) || defined(__x86_64__)) || defined(sigev_notify_thread_id)
+#if defined(__linux__) && (defined(__i386) || defined(__x86_64__)) && defined(sigev_notify_thread_id)
25
#include "util.h"
26
0 commit comments