Cleanup: urcu: remove unused membarrier "group" parameter
[urcu.git] / urcu / lfstack.h
index 9f384d6b323b471bbeb96fb45d511038220e67c5..fa58054221e77826f97484cb99626a3444eac9c4 100644 (file)
@@ -84,10 +84,10 @@ struct cds_lfs_stack {
  * struct cds_lfs_stack and struct __cds_lfs_stack on any of those two
  * types.
  */
-typedef union __attribute__((__transparent_union__)) {
+typedef union {
        struct __cds_lfs_stack *_s;
        struct cds_lfs_stack *s;
-} cds_lfs_stack_ptr_t;
+} __attribute__((__transparent_union__)) cds_lfs_stack_ptr_t;
 
 #ifdef _LGPL_SOURCE
 
@@ -95,6 +95,7 @@ typedef union __attribute__((__transparent_union__)) {
 
 #define cds_lfs_node_init              _cds_lfs_node_init
 #define cds_lfs_init                   _cds_lfs_init
+#define __cds_lfs_init                 ___cds_lfs_init
 #define cds_lfs_empty                  _cds_lfs_empty
 #define cds_lfs_push                   _cds_lfs_push
 
This page took 0.023023 seconds and 4 git commands to generate.