Most distributions have used libnuma version 2 for awhile now, so make it the default. This doesn't prevent people from defining it as version 1, or compiling without numa. Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- src/cyclictest/rt_numa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cyclictest/rt_numa.h b/src/cyclictest/rt_numa.h index e0f4b2e9d8b2..7adeb3c01324 100644 --- a/src/cyclictest/rt_numa.h +++ b/src/cyclictest/rt_numa.h @@ -29,7 +29,7 @@ static int numa = 0; #include <numa.h> #ifndef LIBNUMA_API_VERSION -#define LIBNUMA_API_VERSION 1 +#define LIBNUMA_API_VERSION 2 #endif static void * -- 2.20.1