fix: bump tests thread limit to 4096
[urcu.git] / src / urcu-bp.c
index 54fda1650e4f813694886d3eca64e708b93eb76f..ff6b3a70e151f3ef1a203f6871ac29c23a9d0697 100644 (file)
@@ -23,6 +23,7 @@
  * IBM's contributions to this file may be relicensed under LGPLv2 or later.
  */
 
+#define URCU_NO_COMPAT_IDENTIFIERS
 #define _LGPL_SOURCE
 #include <stdio.h>
 #include <pthread.h>
@@ -36,6 +37,7 @@
 #include <stdbool.h>
 #include <sys/mman.h>
 
+#include <urcu/config.h>
 #include <urcu/arch.h>
 #include <urcu/wfcqueue.h>
 #include <urcu/map/urcu-bp.h>
This page took 0.022689 seconds and 4 git commands to generate.