commit | 048569be54188fadde19d5e48363e5fe3943023a | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Wed Sep 05 19:00:43 2012 +0800 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Fri Sep 07 12:49:41 2012 +0800 |
tree | fa84c2e71f765d5fb14998210b4511062559bf15 | |
parent | e8f815473ba463b875cea757bc0a52fc32f10748 [diff] [blame] |
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
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