OSDN Git Service

Revert "Add qsort_r() implementation to the C library."
authorMathias Agopian <mathias@google.com>
Fri, 4 Dec 2009 00:14:40 +0000 (16:14 -0800)
committerMathias Agopian <mathias@google.com>
Fri, 4 Dec 2009 00:14:40 +0000 (16:14 -0800)
commit5f53a18204ec991f5a77872806eeaa185936aa8c
tree72403af0ef4438c5d8974622bb9b98602879a7d8
parent754c178ae551aedcbbfd3bfd1c1c3b710d9ad989
Revert "Add qsort_r() implementation to the C library."

This reverts commit 754c178ae551aedcbbfd3bfd1c1c3b710d9ad989.

Turns out we don't need it afterall (needed a stable sort anyways).
So, we'll make that change in the dev branch instead.
libc/Android.mk
libc/include/stdlib.h
libc/stdlib/qsort.c
libc/stdlib/qsort_r.c [deleted file]