summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/ThreadLocalStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/ThreadLocalStorage.h')
-rw-r--r--src/kernel/KernelKit/ThreadLocalStorage.h6
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 */