X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Fstatic%2Furcu-qsbr.h;h=a9f4d8b264835afab0442a7f304bc91e11f077b4;hb=6d841bc23fc94345fe76651d73c1a3f821a85aa7;hp=f189e31ad757fdf679dc9d5b941c988b813e9041;hpb=a2e7bf9ce5de5113c7f59c380b0087e291cd603d;p=urcu.git diff --git a/urcu/static/urcu-qsbr.h b/urcu/static/urcu-qsbr.h index f189e31..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 #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.