Remove #define _LGPL_SOURCE from public headers
[ust.git] / libust / trace_event.c
index f96adf6807c35e22ea27e0801511cc7c9b3bcb01..a605901327531534c38a7a6ff1231ba70d5b6b13 100644 (file)
  *
  */
 
+#define _LGPL_SOURCE
 #include <errno.h>
 #include <ust/tracepoint.h>
 #include <ust/core.h>
 #include <ust/kcompat/kcompat.h>
-#include "usterr_signal_safe.h"
-
-#define _LGPL_SOURCE
 #include <urcu-bp.h>
 
+#include "usterr_signal_safe.h"
+
 /* libraries that contain trace_events (struct trace_event_lib) */
 static CDS_LIST_HEAD(libs);
 
This page took 0.021871 seconds and 4 git commands to generate.