X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu.c;fp=src%2Furcu.c;h=a81b12913e92d86b8eea95203f8d9054de8dda52;hp=af8a2ce57f97b2f4d40247c0671c3c304ce0e7fe;hb=2f6618651c31c05ba1adbb5cdcf0d92980c38f38;hpb=6fd172f599e8d798e68974a786dd930d876f182e diff --git a/src/urcu.c b/src/urcu.c index af8a2ce..a81b129 100644 --- a/src/urcu.c +++ b/src/urcu.c @@ -118,7 +118,7 @@ struct rcu_gp rcu_gp = { .ctr = RCU_GP_COUNT }; * Written to only by each individual reader. Read by both the reader and the * writers. */ -DEFINE_URCU_TLS_IE(struct rcu_reader, rcu_reader); +DEFINE_URCU_TLS(struct rcu_reader, rcu_reader); static CDS_LIST_HEAD(registry);