[roll] Roll fuchsia [fdio][netstack] Use socket-specific signal aliases

Some of the zircon user signals used by stream and datagram sockets are
only used by one of these socket types. To effectively increase the
number of signals we can use, each socket type now has its own pool of
zircon user signals.

The signals definitions are also being moved out of private-socket.h
and into socket.cc, in their respective socket struct.

While I'm here, remove the aliases on signals that are not in use
anymore.

Original-Bug: 75384, 75717
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/516149
Original-Revision: 0a7cdc72620f83c534154bb8e4fcd22cbfaa6252
GitOrigin-RevId: e93845b678d0a9ffcc22593078812d32769e29dc
Change-Id: I06f56cd836c8f52cd819c8bd3ea244f12eff6897
1 file changed
tree: e5d56e89f0764481974747cab6f187ad4dee594e
  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.