X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2Ffrontend_types.h;h=84593260c4f7b7ef941708d9fd0347881165efe1;hb=b5a3dfa5923801ddeea22ce70758d1e61200eac2;hp=120e1f4bbbe06b94cea844fb5b654b60c81e04a6;hpb=4cfec15c93af7e0cfe3ce769ee90486bb8ab7c37;p=ust.git diff --git a/libringbuffer/frontend_types.h b/libringbuffer/frontend_types.h index 120e1f4..8459326 100644 --- a/libringbuffer/frontend_types.h +++ b/libringbuffer/frontend_types.h @@ -125,7 +125,7 @@ void *channel_get_private(struct channel *chan) #define CHAN_WARN_ON(c, cond) \ ({ \ struct channel *__chan; \ - int _____ret = unlikely(cond); \ + int _____ret = caa_unlikely(cond); \ if (_____ret) { \ if (__same_type(*(c), struct channel_backend)) \ __chan = caa_container_of((void *) (c), \