diff options
author | Mathias Agopian <mathias@google.com> | 2009-12-04 04:31:23 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-04 04:31:23 -0800 |
commit | 278d960aae1b2f0b8a3fa0c8056ba4aded96b133 (patch) | |
tree | 0d71be143a13f28587a96cf4ec62a39293223815 /libc/stdlib/qsort_r.c | |
parent | 44358b9fed375e7f452b22380e100bc0b536fea2 (diff) | |
parent | f197147a787d7415e6e0a1bad15566836c55befb (diff) | |
download | bionic-278d960aae1b2f0b8a3fa0c8056ba4aded96b133.zip bionic-278d960aae1b2f0b8a3fa0c8056ba4aded96b133.tar.gz bionic-278d960aae1b2f0b8a3fa0c8056ba4aded96b133.tar.bz2 |
am f197147a: am ca07064c: am 5f53a182: Revert "Add qsort_r() implementation to the C library."
Merge commit 'f197147a787d7415e6e0a1bad15566836c55befb'
* commit 'f197147a787d7415e6e0a1bad15566836c55befb':
Revert "Add qsort_r() implementation to the C library."
Diffstat (limited to 'libc/stdlib/qsort_r.c')
-rw-r--r-- | libc/stdlib/qsort_r.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/stdlib/qsort_r.c b/libc/stdlib/qsort_r.c deleted file mode 100644 index d57f3d3..0000000 --- a/libc/stdlib/qsort_r.c +++ /dev/null @@ -1,8 +0,0 @@ -/* - * 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" |