Fix: c99: use __asm__ __volatile__
[lttng-ust.git] / src / lib / lttng-ust-common / fd-tracker.c
index 8638ea021d5eada2d857b247d94aa2e44dbfb256..f5e6ed21448db3b0bf4003505664b07b6b333085 100644 (file)
@@ -76,7 +76,7 @@ static int init_done;
  */
 void lttng_ust_fd_tracker_alloc_tls(void)
 {
-       asm volatile ("" : : "m" (URCU_TLS(ust_fd_mutex_nest)));
+       __asm__ __volatile__ ("" : : "m" (URCU_TLS(ust_fd_mutex_nest)));
 }
 
 /*
This page took 0.023398 seconds and 4 git commands to generate.