[roll] Roll fuchsia [libc] Clarify API spec comment for __sanitizer_thread_exit_hook

It was never made clear that __sanitizer_thread_exit_hook can be
called on the initial thread, though none of the other per-thread
hooks are.  Make it explicit that it will be called for thread
exit by the initial thread, and pass a null `hook` pointer.

Original-Bug: 482465200
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1498278
Original-Revision: 39501ca1710b75d3c903836db8d91243371e0aba
GitOrigin-RevId: 7e1b97d1e3f70d9f11b1a230a19f801f90df1a75
Change-Id: I5c7a3dca328861a34fe5c3807aaba9631fc5101e
1 file changed
tree: 9293480e606c762615e163c7db0cf020401176aa
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.