Fix: c99: use __asm__ __volatile__
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-net-ns.c
index 960591c2586e41c0543d2aa975d6c9da5e7a13ff..1991473bdacda475023c2ee44fa844e371d801c0 100644 (file)
@@ -155,5 +155,5 @@ error_find_context:
  */
 void lttng_net_ns_alloc_tls(void)
 {
-       asm volatile ("" : : "m" (URCU_TLS(cached_net_ns)));
+       __asm__ __volatile__ ("" : : "m" (URCU_TLS(cached_net_ns)));
 }
This page took 0.025154 seconds and 4 git commands to generate.