Use LIST rather than TAILQ for evmap_io and evmap_signal These structures used TAILQ for the lists of events waiting on a single fd or signal. But order doesn't matter for these lists; only the order of the active events lists actually matters.