diff options
| author | amlel <113760121+amlel-png@users.noreply.github.com> | 2024-01-09 21:49:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 21:49:17 +0100 |
| commit | 149ad21b7188d21d726215c98d0d74835ea4e737 (patch) | |
| tree | 673b3db2a203630aa097bbf77b1c8cd5487318bc /KernelKit/ThreadLocalStorage.hxx | |
| parent | a8cf25e6b66425d89b25381bb07fd4074cdc8deb (diff) | |
| parent | e761991ab5a1d51392d098a15c1870025900fcd1 (diff) | |
Merge pull request #1 from Mahrouss-Logic/kernel-tls
Kernel tls
Diffstat (limited to 'KernelKit/ThreadLocalStorage.hxx')
| -rw-r--r-- | KernelKit/ThreadLocalStorage.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/KernelKit/ThreadLocalStorage.hxx b/KernelKit/ThreadLocalStorage.hxx index c5030972..8d84befb 100644 --- a/KernelKit/ThreadLocalStorage.hxx +++ b/KernelKit/ThreadLocalStorage.hxx @@ -14,9 +14,9 @@ //! @brief TLS implementation in C++ -#define kRTLMag0 'V' +#define kRTLMag0 'h' #define kRTLMag1 'C' -#define kRTLMag2 'S' +#define kRTLMag2 'o' template <typename T> T* hcore_tls_new_ptr(void); |
