]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic/list: add LIST_JOIN helper
authorLuca Boccassi <luca.boccassi@microsoft.com>
Fri, 17 Jul 2020 17:26:51 +0000 (18:26 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 29 Jul 2020 16:12:45 +0000 (17:12 +0100)
commit5511d8c1b9ad9e5288a2a0bacffdbcbed5c6c19a
treee8468e7a37ef33e6a16f01d6dff8e5ad7e0332b0
parent6b222c4b0227f9914446ac54754aea867f742be4
basic/list: add LIST_JOIN helper

Joins together two lists, tail to head.

a -> b
c -> d

a -> b -> c -> d
src/basic/list.h
src/test/test-list.c