summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/ThreadLocalStorage.inl
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-10 22:38:24 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-10 22:38:24 +0100
commit076c8378e96a9fac9864c9d02bb63fa7dd423e4a (patch)
treef48cd96b3dd3026ab69bf78f9d7c599cd40cd0f8 /src/kernel/KernelKit/ThreadLocalStorage.inl
parent8ea5c74d86db0b24326362d53a935cfbba455260 (diff)
chore: using more header guards than pragma once.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/ThreadLocalStorage.inl')
-rw-r--r--src/kernel/KernelKit/ThreadLocalStorage.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/ThreadLocalStorage.inl b/src/kernel/KernelKit/ThreadLocalStorage.inl
index c3c96c30..8e33cff3 100644
--- a/src/kernel/KernelKit/ThreadLocalStorage.inl
+++ b/src/kernel/KernelKit/ThreadLocalStorage.inl
@@ -7,7 +7,7 @@
//! @file ThreadLocalStorage.inl
//! @brief Allocate resources from the process's heap storage.
-#ifndef INC_PROCESS_SCHEDULER_H
+#ifndef __KERNEL_KIT_USER_PROCESS_SCHEDULER_H__
#include <KernelKit/ProcessScheduler.h>
#endif