[roll] Roll fuchsia [zither] Introduce legacy_syscall_cdecl backend

This backend covers the main, 'public' .inc files kazoo generates in
order to define <zircon/syscalls.h> (and its variations): this includes
* <zircon/syscalls/internal/cdecls.inc>
* <zircon/syscalls/internal/cdecls-next.inc>
* <zircon/syscalls/internal/testonly-cdecls.inc>

The work here leverages the work done for syscalls.inc in the kernel
kernel backend, the files here being a rather minor variation.

Original-Bug: 110294
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/771624
Original-Revision: 71aeb6856acb34db2fc6b47fb2248049a03ba2e4
GitOrigin-RevId: 578e84c6d5e5ebbfe34fec61c00c871bc4a2167b
Change-Id: I6c2004ad6b581983dae68cb25302f13f8fae3b56
1 file changed
tree: 8639605a31420c240282bdb001bbf7c7b4f75626
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.