[roll] Roll fuchsia [fdio] Clarify transfer/get_service_handle.

I spent a while studying the comments on FDIO transfer/cloning and the
function fdio_get_service_handle() trying to figure out the difference
between these things.

It turns out the implementation of fdio_get_service_handle() and
fdio_fd_transfer() are identical. This implements the former in terms of
the latter to save code and expands on the comments about what
transferring and cloning mean.

There is no behavior change.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/701630
Original-Revision: dc588a9d01cf8c47a8cf4fa25097aacc67551339
GitOrigin-RevId: bfc4e54be8977d98f57c7edb68c5660a60e90c23
Change-Id: I7c537be318c4c6f6041226d0e2f5ba15141aac0b
1 file changed
tree: c6bc291205c55cea29b07d1e0fcf1607d909bd7c
  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
  12. 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.