[abi] jmp_buf size ABI transition, phase 3

This completes a soft transition to change the size of
the jmp_buf type in the AArch64 Zircon libc ABI.  The old
ABI is no longer accepted by libc-tests.

Bug: ZX-1947 #comment [libc-tests] complete soft transition for jmp_buf ABI
Change-Id: If4a3edb7e1163a821fd2d0ebdd126c20abda5686
1 file changed
tree: e7fadf5bed774b10efcf0c98d475abfd5bf081bb
  1. meta/
  2. third_party/
  3. .clang-format
  4. .gitignore
  5. AUTHORS
  6. BUILD.gn
  7. LICENSE
  8. main.cc
  9. PATENTS
  10. README.md
README.md

Fuchsia libc tests

This repo contains tools for ensuring the correctness of Fuchsia's libc implementation.