makefile update
[urcu.git] / urcu-qsbr.c
index 3b9a054b40b1bc61f29768bf5d4085d62a8b7bd9..f681c05bf0c05d96860e06cbb8771b11c9e3e829 100644 (file)
@@ -37,7 +37,7 @@
 /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */
 #include "urcu-qsbr.h"
 
-pthread_mutex_t urcu_mutex = PTHREAD_MUTEX_INITIALIZER;
+static pthread_mutex_t urcu_mutex = PTHREAD_MUTEX_INITIALIZER;
 
 /*
  * Global grace period counter.
This page took 0.022519 seconds and 4 git commands to generate.