]> git.ipfire.org Git - thirdparty/systemd.git/commit
macro.h: move DEFER_VOID_CALL() to cleanup-util.h 41316/head
authorLennart Poettering <lennart@amutable.com>
Tue, 24 Mar 2026 08:03:49 +0000 (09:03 +0100)
committerLennart Poettering <lennart@amutable.com>
Wed, 25 Mar 2026 10:52:33 +0000 (11:52 +0100)
commit588c22b04d2b81e808d396cd5b73fb042646f13b
tree2b0df6b08f9022e4eb81864047ae454ead528b83
parent16a3857dcf64dcbd90935b8ab3cc87d7092efb0d
macro.h: move DEFER_VOID_CALL() to cleanup-util.h

For some reason the IMDS PR for the first time triggers an issue with
the DEFER_VOID_CALL() logic relying on assert() and being places in
macro.h, let's hence move this elsewhere.
src/basic/cleanup-util.h
src/basic/macro.h