commit | a1441f8cf914e55eb59475824e03f1929784be47 | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <vonosmas@gmail.com> | Thu Sep 04 14:02:43 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 04 14:05:50 2025 -0700 |
tree | 53c0af43a9bd13624e7e3ae26bd9003aa931f7d7 | |
parent | 9ac661468571f829232e23b08cbde5c095cbdc13 [diff] |
[libc] Remove unused _Thread_local define from headers. (#156967) It was added in dd33f9cdef9f6209aa34713e1417f4a2e24e5ca6 to describe thread-local errno, but is no longer used in the codebase (with the exception of a single integration test, but the llvm-libc-provided `#define _Thread_local thread_local` is not needed there anyway, since `_Thread_local` is a keyword from C11 onwards. GitOrigin-RevId: 369b2a783d90a501c7234ecfdd7c863bdb03ce3c