[roll] Roll fuchsia [starnix] Handle ptmx not being in /dev/pts

Depending on the distribution, the ptmx file can either be a symlink to
/dev/pts/ptmx, or another device node. Because it must access /dev/pts,
instead of relying on the node being on the right file system, this CL
pass the root node from the /dev/pts filesystem to the node operations
on ptmx. This is tested by BasicPtyTest.ReplicaEntryGoneAfterMasterClose
when ptmx is a device on /dev instead of a symbolic link.

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