diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-05 05:50:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-05 05:50:39 +0000 |
commit | a4bb445a63b483818ed5a7c20d45581d63dad326 (patch) | |
tree | 9345b8724caa44e4065c8a8859bdd04ec461341d /ChangeLog | |
parent | 15600683c773fd39d50f3af610d5adafcd75dc00 (diff) | |
download | glibc-a4bb445a63b483818ed5a7c20d45581d63dad326.zip glibc-a4bb445a63b483818ed5a7c20d45581d63dad326.tar.gz glibc-a4bb445a63b483818ed5a7c20d45581d63dad326.tar.bz2 |
[BZ #5779]
* misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
Patch by Roy Marples <roy@marples.name>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-03-04 Ulrich Drepper <drepper@redhat.com> + [BZ #5779] + * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions. + Patch by Roy Marples <roy@marples.name>. + [BZ #5736] * malloc/malloc.c: Fix typo in comment. |