| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-13 | make __getauxval a public ABI symbol | Szabolcs Nagy | -1/+1 | |
| This is needed so that libgcc can access AT_HWCAP without violating link namespace rules. Internally musl already used __getauxval symbol for the same reason, we just remove the hidden marking. | ||||
| 2018-12-09 | add namespace-safe version of getauxval for internal use | Rich Felker | -0/+10 | |
