[roll] Roll fuchsia [stdcompat] Fix -Wundef

We relied on undef symbols to evaluate to 0, but that breaks when users
compile the library with -Wundef.

All symbols are defined(symbol) && check(symbol) now.

Additionally renamed STDCOMPAT_INTERNAL_LINKAGE to LIB_STDCOMPAT....
so its in line with the other macros the library defines.

Original-Bug: 100722
Test: fx test -v -o stdcompat-unit-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/700888
Original-Revision: a9ea80b7f4de6da15e1170eac1c73554cb410d83
GitOrigin-RevId: ac33d2b80476c9f80eedb3557d2f6df234f4ac33
Change-Id: Iad269b16f10ce4fc1fb19fe59ff49edd2894888e
1 file changed
tree: 61ae79bcba7e970cadca4faa27f4da994646f8b7
  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.