X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Furcu-qsbr.h;h=a9f4d8b264835afab0442a7f304bc91e11f077b4;hp=d544bb2257468d5d59b0570cb9a9dddf29eb813f;hb=6d841bc23fc94345fe76651d73c1a3f821a85aa7;hpb=e0ab43eb922df8fee5f28416d41fa3b2ca4a7a43 diff --git a/urcu/static/urcu-qsbr.h b/urcu/static/urcu-qsbr.h index d544bb2..a9f4d8b 100644 --- a/urcu/static/urcu-qsbr.h +++ b/urcu/static/urcu-qsbr.h @@ -35,6 +35,7 @@ #include #include #include +#include #include #include @@ -141,7 +142,7 @@ struct rcu_reader { extern struct rcu_reader __thread rcu_reader; -extern int gp_futex; +extern int32_t gp_futex; /* * Wake-up waiting synchronize_rcu(). Called from many concurrent threads.