Skip to content

Commit 518b1f0

Browse files
committed
[libc] Fix leftover thread local
1 parent f3a47b9 commit 518b1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/locale/locale.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct __locale_data {
2929
extern __locale_t c_locale;
3030

3131
// The global locale instance.
32-
LIBC_THREAD_LOCAL extern locale_t locale;
32+
extern locale_t locale;
3333

3434
} // namespace LIBC_NAMESPACE_DECL
3535

0 commit comments

Comments
 (0)