X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu.c;h=af8a2ce57f97b2f4d40247c0671c3c304ce0e7fe;hp=a81b12913e92d86b8eea95203f8d9054de8dda52;hb=6fd172f599e8d798e68974a786dd930d876f182e;hpb=64478021edcf7a5ac3bca3fa9e8b8108d2fbb9b6 diff --git a/src/urcu.c b/src/urcu.c index a81b129..af8a2ce 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(struct rcu_reader, rcu_reader); +DEFINE_URCU_TLS_IE(struct rcu_reader, rcu_reader); static CDS_LIST_HEAD(registry);