summaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-12-03 16:00:26 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-03 16:00:26 -0800
commitf7ee5739faeff7e12bb25ae4350ce4a0d22f6d81 (patch)
tree8f1cb49a6db323d0e6512dc929afea5041529a5d /libc/Android.mk
parentece132df48cdb9c4c3206b450f1f55311fd618f4 (diff)
parent754c178ae551aedcbbfd3bfd1c1c3b710d9ad989 (diff)
downloadbionic-f7ee5739faeff7e12bb25ae4350ce4a0d22f6d81.zip
bionic-f7ee5739faeff7e12bb25ae4350ce4a0d22f6d81.tar.gz
bionic-f7ee5739faeff7e12bb25ae4350ce4a0d22f6d81.tar.bz2
am 754c178a: Add qsort_r() implementation to the C library.
Merge commit '754c178ae551aedcbbfd3bfd1c1c3b710d9ad989' into eclair-plus-aosp * commit '754c178ae551aedcbbfd3bfd1c1c3b710d9ad989': Add qsort_r() implementation to the C library.
Diffstat (limited to 'libc/Android.mk')
-rw-r--r--libc/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index bafc118..e605641 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -155,6 +155,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 \