X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Furcu-call-rcu-impl.h;h=a3018bacc0cdd7dc52085189481482483bfa3ffd;hb=1a93fffc1204c6cd94ba62bf2448a612ac27ad39;hp=530abfe8bb7e3dc01f23c56e1a6144d4e807a71a;hpb=9b05385e8cac2d30ff321516e43be3e865c98c44;p=urcu.git diff --git a/src/urcu-call-rcu-impl.h b/src/urcu-call-rcu-impl.h index 530abfe..a3018ba 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) {