X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fstatic%2Furcu.h;h=777fa4c593b17ee2625c23c143e6ee668e8f9e40;hp=289827248c8405aa41918b6b7619dc80f0bd7489;hb=6d841bc23fc94345fe76651d73c1a3f821a85aa7;hpb=a2e7bf9ce5de5113c7f59c380b0087e291cd603d diff --git a/urcu/static/urcu.h b/urcu/static/urcu.h index 2898272..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 #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.