From 96a4f30672702e34afea4014487936fccb850779 Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 30 Oct 2024 08:57:05 +0100 Subject: META: Daily bump. Signed-off-by: Amlal --- dev/ZKAKit/KernelKit/ThreadLocalStorage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/ZKAKit/KernelKit/ThreadLocalStorage.h') 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 @@ -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 */ -- cgit v1.2.3