[roll] Roll fuchsia [zx] Expose signals from zx_object_wait. Currently, wait and handle_wait in the zx crate only return Signals when the syscall result is ZX_OK. However, the docs make it clear that the result is defined when the status is ZX_OK, ZX_ERR_TIMED_OUT, or ZX_ERR_CANCELED. ZX_ERR_TIMED_OUT is useful in practice: it's common to wait with an INFINITE_PAST deadline in order to see the signals currently asserted on an object. ZX_ERR_CANCELED is less likely to be useful, but since it's defined according to the docs, we should probably expose it at this layer. Original-Bug: 410869980 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253204 Owners-Override: James Robinson <jamesr@google.com> Original-Revision: 2e2af48a7c86ec8067e58efdfdd1664e8671c3ad GitOrigin-RevId: 27908b90b606996151e2462dc651e7da42f72073 Change-Id: Ia34ed79c1eacee8da8be9fb2151d0b4294599dd9
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.