X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu-call-rcu-impl.h;fp=src%2Furcu-call-rcu-impl.h;h=59ab333051bd9b1f624904280a52b344d26d25f4;hp=c49084fcf49126f6eebd97a3da7fb4209d43c913;hb=2388c075d46055bd33ee824c399d72c219b98d90;hpb=ee334e481cf5b4216bc61a8b291c9b944c3b4f86 diff --git a/src/urcu-call-rcu-impl.h b/src/urcu-call-rcu-impl.h index c49084f..59ab333 100644 --- a/src/urcu-call-rcu-impl.h +++ b/src/urcu-call-rcu-impl.h @@ -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) {