[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
1 file changed
tree: 2433a816b57894992b62b79eaac2723af9e3c9ed
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.