X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu.c;h=2339bc63c872c6a4826d7a52e8d064d85130c0df;hp=98c5fbca5d49c3e5f8191e944b8d060b0f7d6438;hb=3eca1b8cce5630bcbd865a8d30855c996bc021c3;hpb=57760d447eaed07f8a9c6552b8cefc6223ac1158 diff --git a/urcu.c b/urcu.c index 98c5fbc..2339bc6 100644 --- a/urcu.c +++ b/urcu.c @@ -30,13 +30,14 @@ #include #include #include +#include #include #include #include #include "urcu/map/urcu.h" -#include "urcu-static.h" +#include "urcu/static/urcu.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #include "urcu.h" @@ -62,7 +63,7 @@ void __attribute__((destructor)) rcu_exit(void); static pthread_mutex_t rcu_gp_lock = PTHREAD_MUTEX_INITIALIZER; -int gp_futex; +int32_t gp_futex; /* * Global grace period counter.