fix: HAVE_SCHED_SETAFFINITY is not defined
[urcu.git] / tests / common / api.h
index 67c388e13465ff322b02dda79e35579a7ee12f7a..cadbcb89070fbf696962f0aff9d6cfe21ba764e1 100644 (file)
@@ -230,7 +230,7 @@ static void wait_all_threads(void)
 
 static void run_on(int cpu)
 {
-#if HAVE_SCHED_SETAFFINITY
+#ifdef HAVE_SCHED_SETAFFINITY
        cpu_set_t mask;
 
        CPU_ZERO(&mask);
This page took 0.022019 seconds and 4 git commands to generate.