[roll] Roll fuchsia [starnix] dup3 uses O_CLOEXEC rather than FD_CLOEXEC

Previously, our implementation of dup3 checked for FD_CLOEXEC in its
flags, which is incorrect. Instead, we're supposed to check for
O_CLOEXEC, which is a different bit.

Test: DupTest.Dup3*
Original-Bug: 79260
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/576378
Original-Revision: 604ba35f8034f757bb642b8cb731cffb89b9ddf7
GitOrigin-RevId: 50fd0981cbe6f8a38a81b06edb2d9a3a131847eb
Change-Id: Ie9909353851badbd7ae9949c1e9f28772c2cf081
1 file changed
tree: 128beff7140e231caeffbfadb1a86084a6c5d88f
  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.