Fix: c99: use __asm__ __volatile__
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-cgroup-ns.c
index 5accd2df47e44367d95935895bf3374e43525bc2..182d39666e8a87f71546014799ecef6345cdb337 100644 (file)
@@ -157,7 +157,7 @@ error_find_context:
  */
 void lttng_ust_cgroup_ns_init_thread(int flags)
 {
-       asm volatile ("" : : "m" (URCU_TLS(cached_cgroup_ns)));
+       __asm__ __volatile__ ("" : : "m" (URCU_TLS(cached_cgroup_ns)));
        if (flags & LTTNG_UST_INIT_THREAD_CONTEXT_CACHE)
                (void)get_cgroup_ns();
 }
This page took 0.023295 seconds and 4 git commands to generate.