Remove #define _LGPL_SOURCE from public headers
[ust.git] / libust / tracepoint.c
index da7f3581619f884b28770fcef52c38e26ff257a5..737e5f5c96c2adc63e6ead4b4aec9fe73efbc1d3 100644 (file)
  * Ported to userspace by Pierre-Marc Fournier.
  */
 
+#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 <urcu/hlist.h>
 
+#include "usterr_signal_safe.h"
+
 //extern struct tracepoint __start___tracepoints[] __attribute__((visibility("hidden")));
 //extern struct tracepoint __stop___tracepoints[] __attribute__((visibility("hidden")));
 
This page took 0.022387 seconds and 4 git commands to generate.