We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a47b9 commit 518b1f0Copy full SHA for 518b1f0
libc/src/locale/locale.h
@@ -29,7 +29,7 @@ struct __locale_data {
29
extern __locale_t c_locale;
30
31
// The global locale instance.
32
-LIBC_THREAD_LOCAL extern locale_t locale;
+extern locale_t locale;
33
34
} // namespace LIBC_NAMESPACE_DECL
35
0 commit comments