From d1f1da9ce54efa058681f2d78e427e08c1cb171b Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 7 Mar 2022 13:23:13 +0100 Subject: SystemCommand: Exit without cleanup on error and avoid logger --- src/buildtool/system/system.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/buildtool/system/system.hpp (limited to 'src/buildtool/system/system.hpp') diff --git a/src/buildtool/system/system.hpp b/src/buildtool/system/system.hpp new file mode 100644 index 00000000..2038d5c7 --- /dev/null +++ b/src/buildtool/system/system.hpp @@ -0,0 +1,10 @@ +#ifndef INCLUDED_SRC_BUILDTOOL_SYSTEM_SYSTEM_HPP +#define INCLUDED_SRC_BUILDTOOL_SYSTEM_SYSTEM_HPP + +namespace System { + +void ExitWithoutCleanup(int exit_code); + +} + +#endif // INCLUDED_SRC_BUILDTOOL_SYSTEM_SYSTEM_HPP -- cgit v1.2.3