X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfstack.c;h=574ea874265b316f9aed44ce998c16a034f3c585;hp=f58628ce4ea06f55185fb75682cbc9f6b974ef36;hb=657e7f898de916a8b2bfa375ee2605f2776d825e;hpb=e1a3b81e201ccfd019dae3778bd6ba0bd1e545e4 diff --git a/rculfstack.c b/rculfstack.c index f58628c..574ea87 100644 --- a/rculfstack.c +++ b/rculfstack.c @@ -20,20 +20,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* Use the urcu symbols to select the appropriate rcu flavor at link time */ -#define _LGPL_SOURCE - -#ifdef RCU_QSBR -# include "urcu-qsbr.h" -#elif defined(RCU_BP) -# include "urcu-bp.h" -#else -# include "urcu.h" -#endif - -#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" /*