]> granicus.if.org Git - libevent/commit
Always define missing TAILQ functions from sys/queue.h
authorChristopher Wiley <wiley@google.com>
Fri, 24 Jul 2015 15:42:06 +0000 (08:42 -0700)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 25 Aug 2015 20:00:20 +0000 (23:00 +0300)
commit2828bdb980d0118a1076d3ddbbf47b77dd96bba2
tree55d262e2d5f6c43cfc19db1d10359e579fd3b405
parentfd36647af1f0337add3031c1a7f95354a4bb2828
Always define missing TAILQ functions from sys/queue.h

On both Android and Ubuntu machines, TAILQ_END is not defined.  This
header also does not seem to be part of standard BSD sys/queue.h

Fix this by always defining missing TAILQ_ macros rather than
conditioning on a particular macro.

Fixes #267
event-internal.h