
NOTE: This replaces qsort.c with the FreeBSD version. While the patch changes the source, it should not alter the implementation that should use the exact same algorithm.
9 lines
227 B
C
9 lines
227 B
C
/*
|
|
* This file is in the public domain. Originally written by Garrett
|
|
* A. Wollman.
|
|
*
|
|
* $FreeBSD: src/lib/libc/stdlib/qsort_r.c,v 1.1.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $
|
|
*/
|
|
#define I_AM_QSORT_R
|
|
#include "qsort.c"
|