Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #1816: Random: use getauxval() via <sys/auxv.h>
Imported from GitHub PR #1816 Make the use of `getauxval()` consistent with other parts of abseil and use it via the `<sys/auxv.h>` header instead of a local declaration. The current situation is causing some weird symbol visibility issues at least in Firefox, see https://bugzilla.mozilla.org/show_bug.cgi?id=1942917 for details. Merge 61a56f3 into 20a1220 Merging this change closes #1816 COPYBARA_INTEGRATE_REVIEW=#1816 from sharkcz:random 61a56f3 PiperOrigin-RevId: 721365575 Change-Id: I99d0fc6fd9abd3b8ba175af88f4a1b7f6862e589
- Loading branch information