commit | b752ecfa73c0952f22416a777d97ce8d7ee16dcb | [log] [tgz] |
---|---|---|
author | Adam Barth <abarth@fuchsia.infra.roller.google.com> | Thu Aug 29 00:34:09 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 28 17:35:32 2024 -0700 |
tree | 2433a816b57894992b62b79eaac2723af9e3c9ed | |
parent | 1209450d873e0b99b936cb32278103cd7de5ece4 [diff] |
[roll] Roll fuchsia [syslog] Remove redundant thread koid TLS slot We already have a thread-local storage slot for the thread koid in logging_backend_fuchsia_globals.cc. That slot is linked into a share library, which means it is shared for the whole process. The slot removed in this CL is in logging_backend_fuchsia.cc, which is in a source_set. That means this slot is duplicated in each linkage unit that uses the source set. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1109348 Original-Revision: 211b5d4c38e9b5448504190b1d3bf2e6eb02ebfc GitOrigin-RevId: 3eda47299ba3f416825a6739516500eb472498cb Change-Id: I1fc14faa009d72cd716a7e2b50ed63b320a91e58
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.