]> git.saurik.com Git - apple/libc.git/blame - stdlib/FreeBSD/qsort_r.c.patch
Libc-339.tar.gz
[apple/libc.git] / stdlib / FreeBSD / qsort_r.c.patch
CommitLineData
9385eb3d
A
1--- qsort_r.c.orig Mon Apr 28 16:37:26 2003
2+++ qsort_r.c Sat May 3 14:29:49 2003
3@@ -5,4 +5,4 @@
4 * $FreeBSD: src/lib/libc/stdlib/qsort_r.c,v 1.1 2002/09/10 02:04:49 wollman Exp $
5 */
6 #define I_AM_QSORT_R
7-#include "qsort.c"
8+#include "qsort-fbsd.c"