X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu.c;h=42a5829fb894f513db3cae9f59f832e24ae0ca26;hb=c961f4f335c90032890f49ae790d0c4b560fd834;hp=a5178c0054bea5f0363b571d542b98b4d6803f9e;hpb=4a6d73787de534cbd7d5fc7a6b60af64de66e7ea;p=urcu.git diff --git a/urcu.c b/urcu.c index a5178c0..42a5829 100644 --- a/urcu.c +++ b/urcu.c @@ -36,7 +36,7 @@ #include #include -#include "urcu/wfqueue.h" +#include "urcu/wfcqueue.h" #include "urcu/map/urcu.h" #include "urcu/static/urcu.h" #include "urcu-pointer.h" @@ -215,7 +215,7 @@ static void wait_gp(void) NULL, NULL, 0); } -void update_counter_and_wait(void) +static void update_counter_and_wait(void) { CDS_LIST_HEAD(qsreaders); int wait_loops = 0;