]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-helper.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / test / test-helper.h
index ddb10f88fd1956010a6cc411b89f9073d6d3bf77..1ee93f5c55d22691a643bc527fd7b16d7131c997 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -39,3 +40,5 @@
                -ENOENT,                                         \
                -ENOMEDIUM /* cannot determine cgroup */         \
                )
+
+int enter_cgroup_subroot(void);