projects
/
apple
/
libc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Libc-594.9.1.tar.gz
[apple/libc.git]
/
stdlib
/
FreeBSD
/
qsort_r.c.patch
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"