Cleanup: standardise include path
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 900a0e840861f78d7a826abc0ed176b0960a0435..6258bfd2485691eae04411278f1bc2ed111d58c0 100644 (file)
@@ -20,7 +20,6 @@
  */
 
 #define _LGPL_SOURCE
-#define _GNU_SOURCE
 #include <stddef.h>
 #include <stdint.h>
 #include <sys/types.h>
@@ -434,6 +433,7 @@ void lttng_ust_fixup_tls(void)
        lttng_fixup_cgroup_ns_tls();
        lttng_fixup_ipc_ns_tls();
        lttng_fixup_net_ns_tls();
+       lttng_fixup_time_ns_tls();
        lttng_fixup_uts_ns_tls();
 }
 
@@ -2065,6 +2065,7 @@ void ust_context_ns_reset(void)
        lttng_context_mnt_ns_reset();
        lttng_context_net_ns_reset();
        lttng_context_user_ns_reset();
+       lttng_context_time_ns_reset();
        lttng_context_uts_ns_reset();
 }
 
This page took 0.025654 seconds and 4 git commands to generate.