commit | 742192c98747ddab1cb3cdc48a715bbeb64773dd | [log] [tgz] |
---|---|---|
author | Roland McGrath <mcgrathr@fuchsia.infra.roller.google.com> | Fri Feb 10 18:19:33 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 10 10:21:30 2023 -0800 |
tree | b42c3a912a70937791b52c9289e5f35a645f3726 | |
parent | fbfc74b7f337076095e121ef5ee604182af49ce9 [diff] |
[roll] Roll fuchsia [syscalls] Clean up use of zx_thread_state_*_t types This cleans up code to use the proper zx_thread_state_*_t type names where some code had been using the struct tag names (without _t) instead. Only the typedef names were ever part of the intended public API. This enables defining both x86_64 and arm64 struct layouts unconditionally, so these are available for use in host tools. For Fuchsia target code, the zx_thread_state_*_t type names are now just aliases to zx_<cpu>_thread_state_*_t. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/794393 Original-Revision: 8b36f34d39fe8eff9f387c45c3a5cf3226eb0583 GitOrigin-RevId: a28216642233dc5ac66765e5cf476a948bd25a4d Change-Id: I70cb4bbfd95cc8fd6ff61b20ef85e2f67e1feb2c
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
.