#define ARRAYSIZE(array) (sizeof(array) / sizeof(*array))
-#define _STRMERGE(a, b) a##b
+#define __STRMERGE(a, b) a##b
+#define _STRMERGE(a, b) __STRMERGE(a, b)
#ifdef __clang__
static void __attribute__ ((unused)) _clang_cleanup_func(void (^*dfunc) (void))
}
rtnl_link_put(rmv);
- _block struct nl_cache *link_cache;
+ __block struct nl_cache *link_cache;
if ((err = rtnl_link_alloc_cache(sk, AF_UNSPEC, &link_cache)) < 0) {
LOG_E("rtnl_link_alloc_cache(): %s", nl_geterror(err));
return false;