rculfstack/queue: define _LGPL_SOURCE around static header include
[urcu.git] / rculfstack.c
index cf5711e10f4b53ec6d51580756f4b022e8784962..574ea874265b316f9aed44ce998c16a034f3c585 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#undef _LGPL_SOURCE
 /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */
+#undef _LGPL_SOURCE
 #include "urcu/rculfstack.h"
+#define _LGPL_SOURCE
 #include "urcu/static/rculfstack.h"
 
 /*
This page took 0.022858 seconds and 4 git commands to generate.