summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/qsort_r.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement C99's _Exit() interface.Garrett Wollman2002-09-101-0/+8
Implement a version of qsort that provides a thunk to the comparison function. Update manual pages. Notes: svn path=/head/; revision=103165