diff options
| author | David Turner <digit@google.com> | 2010-01-25 14:30:17 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-01-25 14:30:17 -0800 |
| commit | f597049b40b9b560746d2ae3537beea977917b3f (patch) | |
| tree | 0a6f7601933da6519c929b16dd4386e255d12ad1 /libc/Android.mk | |
| parent | 90f82e5868de5a30d4842951b80be0c8a9cedc6d (diff) | |
| parent | 97cf7f3394780d524038fc083e2c134031b54728 (diff) | |
| download | bionic-f597049b40b9b560746d2ae3537beea977917b3f.zip bionic-f597049b40b9b560746d2ae3537beea977917b3f.tar.gz bionic-f597049b40b9b560746d2ae3537beea977917b3f.tar.bz2 | |
Merge "Implement clone() C library function properly."
Diffstat (limited to 'libc/Android.mk')
| -rw-r--r-- | libc/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Android.mk b/libc/Android.mk index c32cc30..e820b60 100644 --- a/libc/Android.mk +++ b/libc/Android.mk @@ -289,6 +289,7 @@ libc_common_src_files := \ ifeq ($(TARGET_ARCH),arm) libc_common_src_files += \ bionic/eabi.c \ + bionic/bionic_clone.c \ arch-arm/bionic/__get_pc.S \ arch-arm/bionic/__get_sp.S \ arch-arm/bionic/_exit_with_stack_teardown.S \ |
