summaryrefslogtreecommitdiff
path: root/queue.h
Commit message (Collapse)AuthorAgeFilesLines
* core: remove cdefs include from queue.hdormando2021-10-061-2/+0
| | | | | | compatibility issue - seems to only exist to ensure NULL is defined properly; but at the point in which we include the queue.h, NULL most certainly exists.
* core: add queue.h to replace handrolled queues.dormando2021-08-091-0/+872
FreeBSD version as there seems to be portability issues if you just use sys/queue, plus some extra features I like in this one.