[roll] Roll fuchsia [zxio] Add `flags_get`, `flags_set` for pipes & transferable

For pipe, get the current flags from the underlying socket. For set,
ensure the requested flags (only R/W) match the currently set flags.

For transferable, always default to Read/Write since zxio does not know
what the underlying channel does. For set, always succeed.

Test: fx test zxio-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1139752
Original-Revision: b840e72e4655f81b8e561c01f6b871a7457c7753
GitOrigin-RevId: 0185164d9c2d6fa89f08c7732b02a2dfafddfe6f
Change-Id: If55a24e6ba615ed348686b2ba18b87edcf68696d
1 file changed
tree: 7be4353bf27252b38ac69de781bdb04bf988aab1
  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 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.