X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Furcu.h;h=777fa4c593b17ee2625c23c143e6ee668e8f9e40;hp=3161a40088836c92a65edbdc8445385913afe0bb;hb=6d841bc23fc94345fe76651d73c1a3f821a85aa7;hpb=e0ab43eb922df8fee5f28416d41fa3b2ca4a7a43 diff --git a/urcu/static/urcu.h b/urcu/static/urcu.h index 3161a40..777fa4c 100644 --- a/urcu/static/urcu.h +++ b/urcu/static/urcu.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include @@ -228,7 +229,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.