summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/ThreadLocalStorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/ThreadLocalStorage.hxx')
-rw-r--r--Private/KernelKit/ThreadLocalStorage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/KernelKit/ThreadLocalStorage.hxx b/Private/KernelKit/ThreadLocalStorage.hxx
index 8b3f2c9b..afd0afb3 100644
--- a/Private/KernelKit/ThreadLocalStorage.hxx
+++ b/Private/KernelKit/ThreadLocalStorage.hxx
@@ -14,9 +14,9 @@
//! @brief TLS implementation in C++
-#define kRTLMag0 'h'
-#define kRTLMag1 'C'
-#define kRTLMag2 'o'
+#define kCookieMag0 'h'
+#define kCookieMag1 'C'
+#define kCookieMag2 'o'
template <typename T>
T* hcore_tls_new_ptr(void);