]> granicus.if.org Git - libevent/commit
Fix missing LIST_HEAD
authorJiri Luznicky <jiri.luznicky@ubnt.com>
Wed, 23 May 2018 13:39:13 +0000 (15:39 +0200)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sat, 20 Oct 2018 00:05:53 +0000 (03:05 +0300)
commit95918754d2ba7e6bffe0fc74bebed60bd917c10c
tree30fa489ee5e853eeabefb6e82e725051b12a3e7e
parent4c61a04cd5207f2140b65f955559aa4ffc848e9c
Fix missing LIST_HEAD

Despite the presence of 'sys/queue.h' in some stdlib implementations
(i.e. uclibc) 'LIST_HEAD' macro can be missing.  This fix defines this
macro in the same manner as was done previously for 'TAILQ_'.

Fixes: #539
Closes: #639 (cherry-picked)
Backport: 2.1.9
buffer.c
event-internal.h