Remove #define _LGPL_SOURCE from public headers
[ust.git] / libust / serialize.c
index 31174d82d47d7690fc7de6bbc753bbcc643716e2..c3b7fc3d1d918e534251ee3c7f13d39175d2221c 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <unistd.h>
 #include <sys/syscall.h>
 #include <stdarg.h>
@@ -32,7 +33,6 @@
 #include <stdint.h>
 #include <stdio.h>
 
-#define _LGPL_SOURCE
 #include <urcu-bp.h>
 #include <urcu/rculist.h>
 
This page took 0.021993 seconds and 4 git commands to generate.