[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Fix wrapper headers for some ctype macros and C++ decls

Summary:
These wrapper headers need to work around things in the standard
headers. The existing workarounds didn't correctly handle the macros for
`iscascii` and `toascii`. Additionally, `memrchr` can't be used because
it has a different declaration for C++ mode. Fix this so it can be
compiled.
GitOrigin-RevId: 7869a7fb812914fec86c3497e367b1849eab8671
Original-Revision: 48a680f5d6756035b718969be0d0c4ef35ab490b
Roller-URL: https://ci.chromium.org/b/8768692000884174449
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/923614
Original-Revision: e7e8580da6d611124a69ab18e59d54d1782b0c49
Change-Id: Id44856155507c6ae67f8c0a069d91acd56e99b1a
1 file changed
tree: 53d456d503714e7aa96c764dd21130d32b5a91a7
  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.