[roll] Roll fuchsia [fdio] Switch F_GETFL/F_SETFL to new GetFlags/SetFlags

As part of this change, it was discovered that F_SETFL should return
EBADF on a descriptor opened with O_PATH (fuchsia.io/Node). To avoid
requiring all node connections return ZX_ERR_BAD_HANDLE in this case, we
instead modify zxio so that we can cheaply query the underlying object
type without a round trip to the server. This has the benefit of
allowing a server to omit the implementation of SetFlags entirely if it
doesn't need to be supported, while preserving POSIX semantics in FDIO.

Test: fx test fdio
Original-Bug: 324080864
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1508656
Original-Revision: c1733a4b121af507df08997a49c9089ac8368b9a
GitOrigin-RevId: f42826763082e0ff56bb740662715b0582775453
Change-Id: I2cd728edb1e211350f2fd21b06111f24560e779c
1 file changed
tree: 552663326a109b10098d51f894a59911840a8201
  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.