[roll] Roll fuchsia [x86][syscall] Simplify syscall argument macros

Combine the several disparate macros into 2, one to setup the args
before invoking the syscall, and one to clean them up after returning
from the syscall.

This also allows the macros to be more readily used elsewhere.

Original-Bug: 95763
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/674804
Original-Revision: bca86f225b3c2530e5d869e53610378c57bd597a
GitOrigin-RevId: a8795ef647c9bd20eab4d95c6328fc7d40defa6d
Change-Id: I5bdfd8fd72ce66eca94ef9495a4edd50d0c42442
1 file changed
tree: 0dce88f76defce4ec046c8330b848b627e862444
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.