[roll] Roll fuchsia [starnix] Implement FIONBIO with user args

FIONBIO was previously hardcoded to set the NONBLOCK flag on a file.
However, the ioctl is supposed to either set or clear the flag based off
of user args.

This bug was causing a flake in the fscrypt starnix syscall tests, which
should no longer be flaking. Fixing this ioctl should also enable two
FIONBIO gvisor tests.

Original-Bug: b/376246108
Original-Bug: b/376183175
Multiply: fscrypt
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1146967
Original-Revision: 8abc01361c3fa53053d9084f2a065fbb3d3c1917
GitOrigin-RevId: 8dd7b43b5c1ddf426d99c814ffda98c0bdfb5650
Change-Id: I55ade2eeee308477760d36eee015947873d71e1e
1 file changed
tree: 32eed2f30d27d3044b763dc577e5bb21509be341
  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.