Denis Fondras <open...@ledeuns.net> wrote: > On Thu, Apr 23, 2020 at 08:18:16AM -0600, Todd C. Miller wrote: > > Singly-linked tail queues are functionally equivalent to the "simple > > queues" we already have. Do we really need two implementations of > > what are effectively the same thing or should we just define STAIL_* > > in terms of SIMPLEQ_* and add any missing macros? > > > > Oh! Let's try that :) > Thank you Todd.
SIMPLEQ arrived in 1997. Didn't it go to other systems? Did others invent STAIL on their own? Isn't some kind of convergence possible, rather than "two macros sets"?