[roll] Roll fuchsia [fidl] fidl_handle_metadata_t placeholder type

Arbitrary handle metadata is currently represented as a void*, which has
the downside of allowing automatic casts from arbitrary pointer types.
This CL introduces a fidl_handle_metadata_t placeholder type to
represent arbitrary handle metadata. This placeholder type forces the
user to explicity cast, helping to ensure the cast is intentional.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/625022
Original-Revision: d17ec5e28ae7c2a9cba46212b54b476d3d304c9c
GitOrigin-RevId: 59622a29062b17878bb9f86ce872d402defbec17
Change-Id: I2addf7ba076ff42d4a17696e2e8a27ddad668052
1 file changed
tree: 0834602a9fe653ef61295a8338fbaf007747b5c5
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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 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.