Revert "Use initial-exec TLS model"
[lttng-ust.git] / liblttng-ust-libc-wrapper / lttng-ust-malloc.c
index f30a2c694372970c7f68581364075a67534dbeb4..f3e1e19e28e52d8d5fe07d399f6c4741d0d87282 100644 (file)
@@ -95,7 +95,7 @@ void ust_malloc_spin_unlock(pthread_mutex_t *lock)
 #define calloc static_calloc
 #define pthread_mutex_lock ust_malloc_spin_lock
 #define pthread_mutex_unlock ust_malloc_spin_unlock
-static DEFINE_URCU_TLS_IE(int, malloc_nesting);
+static DEFINE_URCU_TLS(int, malloc_nesting);
 #undef ust_malloc_spin_unlock
 #undef ust_malloc_spin_lock
 #undef calloc
This page took 0.02306 seconds and 4 git commands to generate.