[roll] Roll fuchsia [starnix] fd_impl_nonblocking

Remove the default implementation of FileOps::wait_async
and create the fd_impl_nonblocking macro for a dummy
implementation of wait_async. This way, implementors
of FileOps will either need to mark the object as
non-blocking with this macro or implement wait_async
and future blocking-related methods.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/594749
Original-Revision: 1c51c9ecc91dddbff84b16a3da015d6acef98d49
GitOrigin-RevId: 694ddbd07c48665ea15e5b05dccb9799358db44b
Change-Id: I38f31d81149742cde44c9740a29eaff7ce58f801
1 file changed
tree: 94c1e8506d0f7a2ce0bdff1f9047bb4784691e8b
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 via the IRC channel #fuchsia on Freenode.

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.