[roll] Roll fuchsia [starnix][ltp] Pass ltp_dup201

We were generating EMFILE instead of EBADF in some corner cases
involving dup2. If the target FD for dup2 is bad, turns out we should
return EBADF even if the FD is bad because it exceeds RLIMIT_NOFILE.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/865563
Original-Revision: a741074159c3feeb83c9452b891d8e5abbac24d0
GitOrigin-RevId: 2cbc978ea60fce34340f5d0b1ebcaa5e08d8a0e3
Change-Id: I875417f05d31ada9318652bc1a5b200ad7a645ad
1 file changed
tree: 7c19586f53377252254170847b4f452b583410bc
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.