[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_digital_io_linux: Remove OwnedFd::operator=(int fd)

There is no need to assign a raw int fd to an existing OwnedFd object.

This also prevents the bug where assigning {} actually assigns fd=0,
which is not the intent. Instead, we explicitly use Close().

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/207832
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: 9cbecdc781e37065da96478e85b1ea4de0e7911e
GitOrigin-RevId: d9ec5155da7d52b506ac04ffeed5b83cf3a93abe
Roller-URL: https://ci.chromium.org/b/8748995738408374945
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1041935
Original-Revision: 9dc231cd04a9203cf9931a3077c8a27995db99b3
Change-Id: I78384e3910792bdacc25aaca3042f200b9af4c74
1 file changed
tree: 20449edb0faf064afef9420f84351a357b26e3ae
  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 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.