commit | 599f4045d195c1bc1fa5bff34124d2d3d95c317a | [log] [tgz] |
---|---|---|
author | Elly Fong-Jones <ellyjones@chromium.org> | Thu Jan 05 14:51:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 05 14:51:02 2023 |
tree | 45634b8ccbcb1071d1c62d9af4777b968ab9d237 | |
parent | fd4dee7a7fefa7ca7f9332855d73f34553f6537d [diff] |
base: ensure execinfo.h really exists before using it Specifically, uClibc defines __GLIBC__ for some reason, so the existing code contents itself with checking for !__UCLIBC__. However, this causes us to try to use execinfo() on other libcs such as musl. Instead, we need to directly check for either macOS or *real* glibc before using it. Bug: 1380656 Change-Id: I054e5653085a1f34cf6c3f835cbe32cb8632d624 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4137055 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1089249}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.