[libc-commits] [PATCH] D129543: [libc] Linux threads - Setup TLS area of a new thread and cleanup at exit.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jul 12 17:30:43 PDT 2022
lntue added inline comments.
================
Comment at: libc/config/linux/app.h:83
+ // The size of the TLS area.
+ uintptr_t size = 0;
+
----------------
Why is this `uintptr_t` but not `size_t`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129543/new/
https://reviews.llvm.org/D129543
More information about the libc-commits
mailing list