fix: HAVE_SCHED_SETAFFINITY is not defined
[urcu.git] / src / urcu-call-rcu-impl.h
index c49084fcf49126f6eebd97a3da7fb4209d43c913..59ab333051bd9b1f624904280a52b344d26d25f4 100644 (file)
@@ -199,7 +199,7 @@ static void call_rcu_unlock(pthread_mutex_t *pmp)
  * Losing affinity can be caused by CPU hotunplug/hotplug, or by
  * cpuset(7).
  */
-#if HAVE_SCHED_SETAFFINITY
+#ifdef HAVE_SCHED_SETAFFINITY
 static
 int set_thread_cpu_affinity(struct call_rcu_data *crdp)
 {
This page took 0.023944 seconds and 4 git commands to generate.