diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-18 11:50:52 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-18 11:50:52 +0100 |
| commit | 465a99f17f9e8f56813f225f09a6a1a498be9deb (patch) | |
| tree | 5f11d762da993a0912ff9dbf547b2f871940a30c /src/kernel/KernelKit/ThreadLocalStorage.h | |
| parent | 6f367a0347d314c367054071c5abaf92aa9b7d49 (diff) | |
chore: kernel: codebase improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/ThreadLocalStorage.h')
| -rw-r--r-- | src/kernel/KernelKit/ThreadLocalStorage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/KernelKit/ThreadLocalStorage.h b/src/kernel/KernelKit/ThreadLocalStorage.h index 62b0abbc..f2d891ab 100644 --- a/src/kernel/KernelKit/ThreadLocalStorage.h +++ b/src/kernel/KernelKit/ThreadLocalStorage.h @@ -2,8 +2,8 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/nekernel-org/nekernel -#ifndef __KERNEL_KIT_TLS_H__ -#define __KERNEL_KIT_TLS_H__ +#ifndef KERNELKIT_TLS_H +#define KERNELKIT_TLS_H #include <NeKit/Config.h> #include <NeKit/ErrorOr.h> @@ -63,4 +63,4 @@ EXTERN_C Kernel::Bool tls_check_syscall_impl(Kernel::VoidPtr TIB); // last rev 7/7/24 -#endif /* ifndef __KERNEL_KIT_TLS_H__ */ +#endif /* ifndef KERNELKIT_TLS_H */ |
