Revert "Use initial-exec TLS model"
[lttng-ust.git] / liblttng-ust / lttng-context-vtid.c
index 8c9bbec56e67324bdaeeca71893197a58b571f38..f28e470a38c91be3e88c7b1d1fcd42c591d73c67 100644 (file)
@@ -34,7 +34,7 @@
  * We cache the result to ensure we don't trigger a system call for
  * each event.
  */
-static DEFINE_URCU_TLS_IE(pid_t, cached_vtid);
+static DEFINE_URCU_TLS(pid_t, cached_vtid);
 
 /*
  * Upon fork or clone, the TID assigned to our thread is not the same as
This page took 0.02361 seconds and 4 git commands to generate.