Cleanup: urcu: remove unused membarrier "group" parameter
[urcu.git] / rculfstack.c
index cf5711e10f4b53ec6d51580756f4b022e8784962..df5c54703820461766b6cc18bf7f961812cad8b7 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#undef _LGPL_SOURCE
+/* Remove deprecation warnings from LGPL wrapper build. */
+#define CDS_LFS_RCU_DEPRECATED
+
 /* 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.02277 seconds and 4 git commands to generate.