summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/ProcessManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/ProcessManager.hpp')
-rw-r--r--Private/KernelKit/ProcessManager.hpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/Private/KernelKit/ProcessManager.hpp b/Private/KernelKit/ProcessManager.hpp
index c57f09c1..e6d86959 100644
--- a/Private/KernelKit/ProcessManager.hpp
+++ b/Private/KernelKit/ProcessManager.hpp
@@ -19,7 +19,11 @@
#define kMinMicroTime AffinityKind::kHartStandard
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////
+
+// LAST REV: Mon Feb 12 13:52:01 CET 2024
+
+////////////////////////////////////////////////////
namespace HCore {
//! @brief Process identifier.
@@ -215,6 +219,10 @@ const Int32 &rt_get_exit_code() noexcept;
#include <KernelKit/ThreadLocalStorage.hxx>
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////
+
+// END
+
+////////////////////////////////////////////////////
#endif /* ifndef __PROCESS_MANAGER__ */