commit | d10309c36b93176a473baeeddef6f3fba8bf0678 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Sep 07 10:59:20 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Fri Sep 07 10:59:20 2012 -0700 |
tree | 51be4d0d933038bb203ed4cad4d4348dcd96cc88 | |
parent | 691ef3c80b4af278aa90d6e005ba42de1e52c140 [diff] | |
parent | 048569be54188fadde19d5e48363e5fe3943023a [diff] |
Merge "Rename __dso_handle_so.c to __dso_handle_so.h"
diff --git a/libc/arch-arm/bionic/crtbegin_so.c b/libc/arch-arm/bionic/crtbegin_so.c index f382f63..cd0257a 100644 --- a/libc/arch-arm/bionic/crtbegin_so.c +++ b/libc/arch-arm/bionic/crtbegin_so.c
@@ -53,6 +53,6 @@ #ifdef CRT_LEGACY_WORKAROUND #include "__dso_handle.h" #else -#include "__dso_handle_so.c" +#include "__dso_handle_so.h" #include "atexit.h" #endif
diff --git a/libc/private/__dso_handle_so.c b/libc/private/__dso_handle_so.h similarity index 100% rename from libc/private/__dso_handle_so.c rename to libc/private/__dso_handle_so.h