[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
1 file changed
tree: 0efecb12577b3d6d3577abc8c5a8e29d1a123e67
  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.