summaryrefslogtreecommitdiff
path: root/portability/stdlib.h
AgeCommit message (Collapse)AuthorFilesLines
2022-04-11portability: check for qsort_r which does not match POSIX-next definitionAriadne Conill1-0/+26
FreeBSD (and also Darwin) introduced its own qsort_r, which has different semantics than the one slated for inclusion in POSIX. Add a portability thunk to deal with translating between implementations. [TT: minor stylistic fixes]
2022-03-21portability: add qsort_rTimo Teräs1-0/+7