X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-bp.c;fp=urcu-bp.c;h=5dccbcd33c084032c9562b05ef9812404022ff9a;hp=860421a9713e49050f167f1f9af2ce28085fe88d;hb=bab44e28a30b837d72cb3b0cd64fe86f93e9ff61;hpb=706d1165eaa3e58503be043f2545ee697443f5ca diff --git a/urcu-bp.c b/urcu-bp.c index 860421a..5dccbcd 100644 --- a/urcu-bp.c +++ b/urcu-bp.c @@ -164,7 +164,7 @@ static void mutex_unlock(pthread_mutex_t *mutex) urcu_die(ret); } -void update_counter_and_wait(void) +static void update_counter_and_wait(void) { CDS_LIST_HEAD(qsreaders); int wait_loops = 0;