X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Fsystem.h;h=2a45f22d9615593eda4c2c8c0ec369e500f9535c;hb=af67624df8d06ebaa5d72dd863a73d334611e900;hp=acce7e978cc9ba5d392c252612c53880ddab329f;hpb=d0bbd9c2e8322f036e0a0a70091cae98cad7e390;p=urcu.git diff --git a/urcu/system.h b/urcu/system.h index acce7e9..2a45f22 100644 --- a/urcu/system.h +++ b/urcu/system.h @@ -49,7 +49,7 @@ */ #define CMM_STORE_SHARED(x, v) \ ({ \ - typeof(x) _v = _CMM_STORE_SHARED(x, v); \ + __typeof__(x) _v = _CMM_STORE_SHARED(x, v); \ cmm_smp_wmc(); \ _v; \ })