Bug 5779 - [PATCH] import STAILQ_CONCACT and TAILQ_CONCACT macros for queue.h
Summary: [PATCH] import STAILQ_CONCACT and TAILQ_CONCACT macros for queue.h
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-20 16:03 UTC by Roy Marples
Modified: 2014-07-02 07:21 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
Add STAILQ_CONCAT and TAILQ_CONCAT macros (420 bytes, patch)
2008-02-20 16:03 UTC, Roy Marples
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roy Marples 2008-02-20 16:03:07 UTC
These macros are handy for joining tail queues and have been in the BSD's for
some time now. If glibc provides queue.h then it may as well provide all the macros.
Comment 1 Roy Marples 2008-02-20 16:03:39 UTC
Created attachment 2277 [details]
Add STAILQ_CONCAT and TAILQ_CONCAT macros
Comment 2 Ulrich Drepper 2008-03-05 05:50:57 UTC
Applied to the trunk.