X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfstack.c;h=ca50232dcfcd01815b92a32a861951e0b46b7644;hp=2c260460b690ee85e9f688a372feae56a1b5889d;hb=d9b52143813e104eeee1e3d90061042230b7b5bf;hpb=f7a3d9d917966b0acb45399a66d42dd7e7acb0ca diff --git a/rculfstack.c b/rculfstack.c index 2c26046..ca50232 100644 --- a/rculfstack.c +++ b/rculfstack.c @@ -21,7 +21,10 @@ */ /* Use the urcu symbols to select the appropriate rcu flavor at link time */ +#define _LGPL_SOURCE #include "urcu.h" + +#undef _LGPL_SOURCE /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ #include "urcu/rculfstack.h" #include "urcu/rculfstack-static.h"