commit | 5e128f3a87c35fe5c8f920d6ac67d6d03472d833 | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia.infra.roller.fuchsia-infra.iam.gserviceaccount.com> | Thu Sep 28 17:09:56 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 28 10:11:32 2023 -0700 |
tree | 53d456d503714e7aa96c764dd21130d32b5a91a7 | |
parent | 0dcd534aba1f0003fabb3c7ab4a282fd1a6b9603 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.