]> git.ipfire.org Git - thirdparty/systemd.git/commit
Rename STRV_MAKE_EMPTY to just STRV_EMPTY
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 4 Jun 2025 07:10:12 +0000 (09:10 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 3 Jul 2025 08:37:33 +0000 (10:37 +0200)
commite47fb4abd2fd2ab54557140d0072843c52ed8dd3
tree90fe5a6f42300235bbdc0c532739c9d1af866d82
parentd2a9a2aabfe827e0d34e86a6ba5b37b8e826a4ee
Rename STRV_MAKE_EMPTY to just STRV_EMPTY

Even though this creates a stack allocation, it is not a function macro, so
drop the "make" from the name.
src/basic/macro.h
src/test/test-conf-parser.c
src/test/test-nulstr-util.c
src/test/test-proc-cmdline.c
src/test/test-serialize.c
src/test/test-socket-bind.c
src/test/test-string-util.c
src/test/test-strv.c
src/test/test-verbs.c