From 754c178ae551aedcbbfd3bfd1c1c3b710d9ad989 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 2 Dec 2009 17:38:41 -0800 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/Android.mk') diff --git a/libc/Android.mk b/libc/Android.mk index 5718d18..c76f0c9 100644 --- a/libc/Android.mk +++ b/libc/Android.mk @@ -154,6 +154,7 @@ libc_common_src_files := \ stdlib/nrand48.c \ stdlib/putenv.c \ stdlib/qsort.c \ + stdlib/qsort_r.c \ stdlib/seed48.c \ stdlib/setenv.c \ stdlib/setjmperr.c \ -- cgit v1.1