]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/libkern/qsort_r.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / libkern / qsort_r.c
1 /*-
2  * This file is in the public domain.  Originally written by Garrett
3  * A. Wollman.
4  *
5  * $FreeBSD$
6  */
7 #define I_AM_QSORT_R
8 #include "libkern/qsort.c"