summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pal/src/numa/numashim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pal/src/numa/numashim.h b/src/pal/src/numa/numashim.h
index 428fc8822a..dd7f58d6de 100644
--- a/src/pal/src/numa/numashim.h
+++ b/src/pal/src/numa/numashim.h
@@ -13,6 +13,8 @@
#include <numa.h>
#include <numaif.h>
+#define numa_free_cpumask numa_bitmask_free
+
// List of all functions from the numa library that are used
#define FOR_ALL_NUMA_FUNCTIONS \
PER_FUNCTION_BLOCK(numa_available) \