diff options
Diffstat (limited to 'dev/ZKAKit/KernelKit/ThreadLocalStorage.h')
| -rw-r--r-- | dev/ZKAKit/KernelKit/ThreadLocalStorage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ZKAKit/KernelKit/ThreadLocalStorage.h b/dev/ZKAKit/KernelKit/ThreadLocalStorage.h index b9fb691f..89eb627c 100644 --- a/dev/ZKAKit/KernelKit/ThreadLocalStorage.h +++ b/dev/ZKAKit/KernelKit/ThreadLocalStorage.h @@ -4,8 +4,8 @@ ------------------------------------------- */ -#ifndef _KERNELKIT_TLS_HPP -#define _KERNELKIT_TLS_HPP +#ifndef _KERNELKIT_TLS_H +#define _KERNELKIT_TLS_H #include <NewKit/Defines.h> @@ -51,4 +51,4 @@ EXTERN_C Kernel::Bool tls_check_syscall_impl(Kernel::VoidPtr TIB) noexcept; // last rev 7/7/24 -#endif /* ifndef _KERNELKIT_TLS_HPP */ +#endif /* ifndef _KERNELKIT_TLS_H */ |
