X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Furcu.h;h=777fa4c593b17ee2625c23c143e6ee668e8f9e40;hp=18e4826a5a31789c7cb408832421cbddb7d83c22;hb=6d841bc23fc94345fe76651d73c1a3f821a85aa7;hpb=af7c2dbeac32c663b64ad05e4eca70e18784463b diff --git a/urcu/static/urcu.h b/urcu/static/urcu.h index 18e4826..777fa4c 100644 --- a/urcu/static/urcu.h +++ b/urcu/static/urcu.h @@ -33,13 +33,14 @@ #include #include #include +#include #include #include #include -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { @@ -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.