[roll] Roll fuchsia [fdio] Fix FIONREAD ioctl for stream sockets

A recent fdio / zxio refactor Iac561efa3649eae0b276ae3c8bc66cd73d2e7a8f
(commit ffaf4d447952ee229086768ad82d0e68d6bae87d) added a new zxio op to
support the FIONREAD / get_read_buffer_available operation but did not
update the ops table for the stream socket type,  so this ioctl only
worked for pipes. This adds tests to fdio's suite for this ioctl and
updates the ops table entries to call zxio_get_read_buffer_available on
the underlying data plane object.

This bug was caught by internal unit tests.

Original-Bug: 43267
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/548482
Original-Revision: 8a3145e182ee9e3cc6c8860cbdb7abf1ea38661d
GitOrigin-RevId: 512bab34543888fe5d3e489140896a4fde993702
Change-Id: I92b1ee969b023945291f62265520ba9c0f4b6bb1
1 file changed
tree: 6d66812d1dd59ea964465da04dec3af63f44dbc9
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.