diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2012-09-05 19:00:43 +0800 |
---|---|---|
committer | Andrew Hsieh <andrewhsieh@google.com> | 2012-09-07 12:49:41 +0800 |
commit | 048569be54188fadde19d5e48363e5fe3943023a (patch) | |
tree | fa84c2e71f765d5fb14998210b4511062559bf15 /libc/arch-arm | |
parent | e8f815473ba463b875cea757bc0a52fc32f10748 (diff) | |
download | bionic-048569be54188fadde19d5e48363e5fe3943023a.zip bionic-048569be54188fadde19d5e48363e5fe3943023a.tar.gz bionic-048569be54188fadde19d5e48363e5fe3943023a.tar.bz2 |
Rename __dso_handle_so.c to __dso_handle_so.h
Also chang libc/arch-arm/bionic/crtbegin_so.c to include it
as a header.
Change-Id: Ib91b0b8caf5c8b936425aa8a4fc1a229b2b27929
Diffstat (limited to 'libc/arch-arm')
-rw-r--r-- | libc/arch-arm/bionic/crtbegin_so.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ void __on_dlclose() { #ifdef CRT_LEGACY_WORKAROUND #include "__dso_handle.h" #else -#include "__dso_handle_so.c" +#include "__dso_handle_so.h" #include "atexit.h" #endif |