Revert "Use initial-exec TLS model"
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index d822039330853a7bce60a65f0ab6efb502188dcd..0d0f26865da9fd4da5aa140c5afcb702c4e89f08 100644 (file)
@@ -118,7 +118,7 @@ struct switch_offsets {
                     switch_old_end:1;
 };
 
-DEFINE_URCU_TLS_IE(unsigned int, lib_ring_buffer_nesting);
+DEFINE_URCU_TLS(unsigned int, lib_ring_buffer_nesting);
 
 /*
  * wakeup_fd_mutex protects wakeup fd use by timer from concurrent
This page took 0.023027 seconds and 4 git commands to generate.