summaryrefslogtreecommitdiff
path: root/src/include/sys/auxv.h
AgeCommit message (Collapse)AuthorLines
2025-06-13make __getauxval a public ABI symbolSzabolcs 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-09add namespace-safe version of getauxval for internal useRich Felker-0/+10