[libc-commits] [PATCH] D151486: [libc] Add macro LIBC_THREAD_LOCAL.
Sergei Barannikov via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Jun 17 19:08:16 PDT 2023
barannikov88 added a comment.
Should `errno.h.def` also be updated? It declares:
extern _Thread_local int __llvmlibc_errno;
while the variable is defined in libc_errno.cpp as:
LIBC_THREAD_LOCAL int __llvmlibc_errno;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151486/new/
https://reviews.llvm.org/D151486
More information about the libc-commits
mailing list