summaryrefslogtreecommitdiffstats
path: root/Affinity.c
diff options
context:
space:
mode:
Diffstat (limited to 'Affinity.c')
-rw-r--r--Affinity.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Affinity.c b/Affinity.c
index ee6eb519..5a73793b 100644
--- a/Affinity.c
+++ b/Affinity.c
@@ -14,7 +14,7 @@ in the source distribution for its full text.
#include "XUtils.h"
-#ifdef HAVE_LIBHWLOC
+#if defined(HAVE_LIBHWLOC)
#include <hwloc.h>
#include <hwloc/bitmap.h>
#ifdef __linux__
@@ -50,7 +50,7 @@ void Affinity_add(Affinity* this, unsigned int id) {
}
-#ifdef HAVE_LIBHWLOC
+#if defined(HAVE_LIBHWLOC)
Affinity* Affinity_get(const Process* proc, ProcessList* pl) {
hwloc_cpuset_t cpuset = hwloc_bitmap_alloc();