[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
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.