[roll] Roll fuchsia [starnix][signals] Fix errno for invalid si_code

We were correctly validating the si_code field for rt_sigqueueinfo, but
we were returning the wrong errno.

This CL will fix RtSignalTest.InvalidCodes once the upstream test is
fixed to initialize its own memory. I have sent a CL upstream to fix the
issue in the test.

Test: RtSignalTest.InvalidCodes
Original-Fixed: b/297465212
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1078798
Original-Revision: b97fff7ea36e02dd4470034a27d7a2e3437c8b25
GitOrigin-RevId: 060017bd14c5c63842730e915b017c2a6b0ac54c
Change-Id: I92de31fe180108174ee565cffb6c1dbed9c6a9c0
1 file changed
tree: b1ab1a987e83efe33615a39381a25f0c08a104b0
  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.