]> git.ipfire.org Git - thirdparty/systemd.git/commit
raw-clone: move definition to .c file 37904/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Jun 2025 19:31:08 +0000 (04:31 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Jul 2025 04:05:46 +0000 (13:05 +0900)
commit531e6a2091ad238f2635858fe78ea01b2dfb8b6d
tree316abfdee3c0baa3e39bf213c8947f4001a73932
parent0939d5c36039c89d02f7db45239bac08b7e44903
raw-clone: move definition to .c file

Then, we can decrease the number of headers to be indirectly included
by including raw-clone.h. No functional change.
src/basic/meson.build
src/basic/raw-clone.c [new file with mode: 0644]
src/basic/raw-clone.h