Fix: c99: use __asm__ __volatile__
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-cgroup-ns.c
index 34523ea1ad96b33f2bacdb48860597309283392c..7e49a7dc5119908c4af77626cf180897ff09188a 100644 (file)
@@ -157,5 +157,5 @@ error_find_context:
  */
 void lttng_cgroup_ns_alloc_tls(void)
 {
-       asm volatile ("" : : "m" (URCU_TLS(cached_cgroup_ns)));
+       __asm__ __volatile__ ("" : : "m" (URCU_TLS(cached_cgroup_ns)));
 }
This page took 0.025026 seconds and 4 git commands to generate.