On Nov 26, 8:20pm, m...@linuxbox.com ("Matt W. Benjamin") wrote: -- Subject: Re: in which we present an ugly hack to make sys/queue.h CIRCLEQ
| What's your issue with TAILQ? #define TAILQ_LAST(head, headname) \ (*(((struct headname *)((head)->tqh_last))->tqh_last)) #define TAILQ_PREV(elm, headname, field) \ (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last)) etc. christos