[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
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 via the IRC channel #fuchsia on Freenode.
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.