ifdef C, wait-free stack adaptative pop wait
[urcu.git] / urcu / rculfstack.h
index a9e624ce792ee2b59ecb648084df5cda73a60e46..f80c7fea012a6e6240bf2ee04ee54f557966a4ff 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #if (!defined(_GNU_SOURCE) && !defined(_LGPL_SOURCE))
 #error "Dynamic loader LGPL wrappers not implemented yet"
 #endif
@@ -99,4 +103,8 @@ rcu_lfs_pop(struct rcu_lfs_stack *s)
        }
 }
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _URCU_RCULFSTACK_H */
This page took 0.022174 seconds and 4 git commands to generate.