]> git.ipfire.org Git - thirdparty/systemd.git/commit
static-destruct: Move static_destruct() logic to implementation file
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 14 May 2025 13:06:50 +0000 (15:06 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 14 May 2025 14:56:41 +0000 (16:56 +0200)
commit02b6ac3a50a57f63a1c5d398f1a3e445b25fd00f
tree2222f732e034acc8a30aa69ef521ec16a25ecdab
parentbdcd47a2698154341fbe8bb73e2f66e1a881ae0e
static-destruct: Move static_destruct() logic to implementation file

This will allow us to remove the memory-util.h include from
static-destruct.h as part of #37344.
src/basic/meson.build
src/basic/static-destruct.c [new file with mode: 0644]
src/basic/static-destruct.h