Fix: handle sys_futex() FUTEX_WAIT interrupted by signal
[urcu.git] / wfqueue.c
index 33371718420c21ea70893ee44e53fdf973a9fa1f..14272cb2eefba483bcb7a949209965684838597a 100644 (file)
--- a/wfqueue.c
+++ b/wfqueue.c
@@ -20,6 +20,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/* Remove deprecation warnings from LGPL wrapper build. */
+#define CDS_WFQ_DEPRECATED
+
 /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */
 #include "urcu/wfqueue.h"
 #include "urcu/static/wfqueue.h"
This page took 0.022461 seconds and 4 git commands to generate.