X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fhlist.h;h=344481133eac2051f4d7ab85e6188f51887e7dd7;hp=462f4937363fa0c137ae8603531ec23399ec7d10;hb=79efd9b350e07a499b3620ddde4860b8378fcf00;hpb=db903109f0031c831e8fdc95cb7197996e53f46d diff --git a/urcu/hlist.h b/urcu/hlist.h index 462f493..3444811 100644 --- a/urcu/hlist.h +++ b/urcu/hlist.h @@ -104,7 +104,7 @@ void cds_hlist_del(struct cds_hlist_node *elem) : cds_hlist_entry((head)->next, __typeof__(*entry), member)); \ (entry != NULL) && (e = (entry->member.next == NULL ? NULL \ : cds_hlist_entry(entry->member.next, \ - __typeof__(*entry), member), 1)); \ + __typeof__(*entry), member)), 1); \ entry = e) #endif /* _KCOMPAT_HLIST_H */