Revert "Use initial-exec TLS model"
[lttng-ust.git] / liblttng-ust-comm / lttng-ust-fd-tracker.c
index 04ae2391f034f7f8a23e92aef97d3e4ace8518a0..5a763ff2960550c094306d9d7d90de3d2bf9d037 100644 (file)
@@ -65,7 +65,7 @@ static pthread_mutex_t ust_safe_guard_fd_mutex = PTHREAD_MUTEX_INITIALIZER;
  * Track whether we are within lttng-ust or application, for close
  * system call override by LD_PRELOAD library.
  */
-static DEFINE_URCU_TLS_IE(int, thread_fd_tracking);
+static DEFINE_URCU_TLS(int, thread_fd_tracking);
 
 /* fd_set used to book keep fd being used by lttng-ust. */
 static fd_set *lttng_fd_set;
This page took 0.024928 seconds and 4 git commands to generate.