X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Fstatic%2Furcu-qsbr.h;h=a9f4d8b264835afab0442a7f304bc91e11f077b4;hb=6d841bc23fc94345fe76651d73c1a3f821a85aa7;hp=e0b12be15c2ebdf540446dbbaa16cdce8ff5f4fe;hpb=af7c2dbeac32c663b64ad05e4eca70e18784463b;p=urcu.git diff --git a/urcu/static/urcu-qsbr.h b/urcu/static/urcu-qsbr.h index e0b12be..a9f4d8b 100644 --- a/urcu/static/urcu-qsbr.h +++ b/urcu/static/urcu-qsbr.h @@ -35,13 +35,14 @@ #include #include #include +#include #include #include #include -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { @@ -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.