Commit 0f102ad
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: I99d0fc6fd9abd3b8ba175af88f4a1b7f6862e5891 parent 5f9f2cf commit 0f102ad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments