summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/KernelKit/CodeMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit/KernelKit/CodeMgr.h')
-rw-r--r--dev/ZKAKit/KernelKit/CodeMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKAKit/KernelKit/CodeMgr.h b/dev/ZKAKit/KernelKit/CodeMgr.h
index b8fa4c37..4faa1235 100644
--- a/dev/ZKAKit/KernelKit/CodeMgr.h
+++ b/dev/ZKAKit/KernelKit/CodeMgr.h
@@ -27,5 +27,5 @@ namespace Kernel
/// @note This sets up a new stack, anything on the main function that calls the Kernel will not be accessible.
/// @param main the start of the process.
/// @return The team's process id.
- SizeT rtl_create_process(MainKind main, const Char* process_name) noexcept;
+ ProcessID rtl_create_process(MainKind main, const Char* process_name) noexcept;
} // namespace Kernel