]> git.ipfire.org Git - thirdparty/systemd.git/commit
tests: create test-raw-clone.c for raw-clone.h
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 6 Nov 2022 16:13:57 +0000 (17:13 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 Nov 2022 12:41:13 +0000 (13:41 +0100)
commit2ba6823716a5177ecd537b56e73c37ef092ef81a
tree9f6ebac8b150a01b1aa2b6bc26203417f3e83bc2
parentda603935d5ed522a124adf01596b9cd434780953
tests: create test-raw-clone.c for raw-clone.h

The include for process-util.h is added for reset_cached_pid(). This
essentially fixes a pre-existing missing include.
src/basic/raw-clone.h
src/test/meson.build
src/test/test-raw-clone.c [new file with mode: 0644]
src/test/test-util.c