commit | 52065f9d5a2cf553a49b4f9d4a4ad654fdb79052 | [log] [tgz] |
---|---|---|
author | Devon H. O'Dell <dhobsd@fuchsia.infra.roller.google.com> | Wed Dec 20 14:23:55 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 20 06:24:59 2023 -0800 |
tree | e1f266dbdb1f77894b19852e3d4934cd3730cdf1 | |
parent | 870b1a7985d62ae7b82519de4094f1f3135955fc [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.