X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Fflavor.h;h=1a920896fc9474c0ef7babe1eafa7eec5babca90;hb=2d466a6397dbc7af397d0fc10e327cc6cac76a5a;hp=d2d19f6c80df002439bfc6f8331c82b4126bee09;hpb=6bcce2356ba83372b1ca481ace59f5d489e269f2;p=urcu.git diff --git a/include/urcu/flavor.h b/include/urcu/flavor.h index d2d19f6..1a92089 100644 --- a/include/urcu/flavor.h +++ b/include/urcu/flavor.h @@ -78,11 +78,6 @@ const struct rcu_flavor_struct x = { \ .unregister_rculfhash_atfork = urcu_unregister_rculfhash_atfork,\ } -#define DEFINE_RCU_FLAVOR_ALIAS(x, y) _DEFINE_RCU_FLAVOR_ALIAS(x, y) -#define _DEFINE_RCU_FLAVOR_ALIAS(x, y) \ -__attribute__((alias(#x))) \ -extern const struct rcu_flavor_struct y; - extern const struct rcu_flavor_struct rcu_flavor; #ifdef __cplusplus