[roll] Roll fuchsia [starnix] Work on ARM64 compilation.

Remove definition of MINSIGSTKSZ from signals/syscalls.rs. This is
defined in the generated uapi files so we can avoid maintaining our own
definition. The disadvantage is that the type is u32 so we now need to
cast to usize when we use it.

Correct the definition of nlink_t and use it (previously the x64 didn't
use this type because it was wrong).

Use blksize_t definition where appropriate.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/817027
Original-Revision: e19fa1eea4a9990137d07b0a88051197853a7877
GitOrigin-RevId: b0088e792060e20bdd8c88cd4c9d806c9355c8d2
Change-Id: I906896a760da1375ac0572d798226884821f77e4
1 file changed
tree: b469b9685799f5428d078515526507730de6c231
  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.