Reviewed-by: Mark Janes
Jason Ekstrand writes:
> This adds functions for splicing one list into another. These have
> more-or-less the same API as the kernel list splicing functions.
> ---
> src/util/list.h | 22 ++
> 1 file changed, 22 insertions(+)
>
> diff --git a/src/u
This adds functions for splicing one list into another. These have
more-or-less the same API as the kernel list splicing functions.
---
src/util/list.h | 22 ++
1 file changed, 22 insertions(+)
diff --git a/src/util/list.h b/src/util/list.h
index b98ce59..d4b4851 100644
--- a