[roll] Roll fuchsia [zither] Carry through zx/Status type aliases

Improper casing in zither_ir.go resulted in the inability for backends
to detect Status returns and generate the proper types for that. The Go
Runtime backend also had other improperly-cased dependencies for Paddr
and Vaddr types.

This also results in changing `cdecls.inc` in the following fashion:

```
-_ZX_SYSCALL_DECL(vmo_set_size, int32_t, /* no attributes */, 2, (handle, size),
+_ZX_SYSCALL_DECL(vmo_set_size, zx_status_t, /* no attributes */, 2, (handle, size),
```

The golden file has been regenerated to account for this change.

Original-Bug: b/316425928
Original-Bug: b/42061091
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/962412
Original-Revision: 87534f7d25c9c1b3860bf0b6e93a79e97967ef7d
GitOrigin-RevId: a37ca2ff6f8dbe1707cbe8c7371ccf61cefed047
Change-Id: I20909cdb6aa85a2ddcfbac3e15e5a0d61ed84b01
1 file changed
tree: e1f266dbdb1f77894b19852e3d4934cd3730cdf1
  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.