]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/, tests/: addsl2(): Rename addsl() to addsl2()
authorAlejandro Colomar <alx@kernel.org>
Sat, 6 Jan 2024 01:25:21 +0000 (02:25 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Tue, 16 Jan 2024 15:58:18 +0000 (16:58 +0100)
commit2e5fc4c90b6c04ed4aca43e906122ff2d85dc081
tree07f98f21eebd6e9329f7a4573f493edfbf9a174b
parent1356b14a00cb48c5e18750c76f24dd7e1b112cbd
lib/, tests/: addsl2(): Rename addsl() to addsl2()

This is for consistency with addsl3(), and in preparation for the
following commit, which will unify the interface into a single addsl()
macro.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/adds.c
lib/adds.h
tests/unit/test_adds.c