X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu.c;h=32f74880492ce40527c8b5b40560249eac485b90;hb=6ee91d83a7a5b33160158f57f94dd75e6d0a67ed;hp=a8f85c6f02199d4ecdfb20b1a0098cef213c138c;hpb=4d1ce26fea0296ff67791c881836393fdd020cf9;p=urcu.git diff --git a/urcu.c b/urcu.c index a8f85c6..32f7488 100644 --- a/urcu.c +++ b/urcu.c @@ -37,6 +37,8 @@ #include "urcu.h" #ifndef URCU_MB +static int init_done; + void __attribute__((constructor)) urcu_init(void); void __attribute__((destructor)) urcu_exit(void); #else @@ -45,8 +47,6 @@ void urcu_init(void) } #endif -static int init_done; - static pthread_mutex_t urcu_mutex = PTHREAD_MUTEX_INITIALIZER; /*