Revert "Use initial-exec TLS model"
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index eec049b31fb2a09de4add833adac706e2e4168ce..511b9cf4a88214c0225ff8a7e15a63cbca32145e 100644 (file)
@@ -86,7 +86,7 @@ static int initialized;
 static pthread_mutex_t ust_mutex = PTHREAD_MUTEX_INITIALIZER;
 
 /* Allow nesting the ust_mutex within the same thread. */
-static DEFINE_URCU_TLS_IE(int, ust_mutex_nest);
+static DEFINE_URCU_TLS(int, ust_mutex_nest);
 
 /*
  * ust_exit_mutex protects thread_active variable wrt thread exit. It
This page took 0.023288 seconds and 4 git commands to generate.