[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.