OSDN Git Service

Add qsort_r() implementation to the C library.
authorDavid 'Digit' Turner <digit@google.com>
Thu, 3 Dec 2009 01:38:41 +0000 (17:38 -0800)
committerDavid 'Digit' Turner <digit@google.com>
Thu, 3 Dec 2009 19:40:15 +0000 (11:40 -0800)
commit754c178ae551aedcbbfd3bfd1c1c3b710d9ad989
tree8dc0298a0c8bcbd93b92668e7b888a608e26d229
parente1e684920f3bea04f7cccee9f2d7ecd8b9a1ba47
Add qsort_r() implementation to the C library.

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.
libc/Android.mk
libc/include/stdlib.h
libc/stdlib/qsort.c
libc/stdlib/qsort_r.c [new file with mode: 0644]