aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/qsort_r.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-11/+0
* Silence a warning with GCC that was breaking the build with Juniper's GCC.David Chisnall2014-04-051-2/+3
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-0/+10
* Implement C99's _Exit() interface.Garrett Wollman2002-09-101-0/+8