[roll] Roll fuchsia [libc] Avoid add_overflow/sub_overflow macros from <zircon/compiler.h>

These macros should not be in <zircon/compiler.h> but more work
is required to unwind things so they can be removed from there.
In the interim, work around the identifier namespace clash with
llvm-libc code.

Original-Bug: 42105189
Original-Fixed: 332924999
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1028474
Original-Revision: 89c6d4237a9be233a48b3be4f4e916dc1d79868e
GitOrigin-RevId: 43a4046749d95635f076ba05eb835a6c54323e77
Change-Id: Ib5db4e53d37cbd4f40409a8c0a26e14239c2b4ff
1 file changed
tree: 7a6c6c2c254c5d2d188249201ef8c83bd6cf10ae
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.